Name: | python3-smmap |
---|---|
Version: | 3.0.1 |
Release: | 2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 158381 |
License: | BSD |
RPM: | python3-smmap-3.0.1-2.el8.noarch.rpm |
Source RPM: | python-smmap-3.0.1-2.el8.src.rpm |
Build Date: | Tue Jun 16 2020 |
Build Host: | jenkins-10-147-72-125-9120e81f-6650-4158-b6e6-cfc890c7f0b6.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/gitpython-developers/smmap |
Summary: | Sliding window memory map manager |
Description: | Smmap wraps an interface around mmap and tracks the mapped files as well as the amount of clients who use it. If the system runs out of resources, or if a memory limit is reached, it will automatically unload unused maps to allow continued operation. Python 3 version. |