| Name: | python3-smmap |
|---|---|
| Version: | 5.0.0 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 158751 |
| License: | BSD |
| RPM: | python3-smmap-5.0.0-1.el9.noarch.rpm |
| Source RPM: | python-smmap-5.0.0-1.el9.src.rpm |
| Build Date: | Sat Feb 19 2022 |
| Build Host: | build-ol9-x86_64.oracle.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. |