Name: | python3-smmap |
---|---|
Version: | 5.0.1 |
Release: | 1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 203153 |
License: | BSD-3-Clause |
RPM: | python3-smmap-5.0.1-1.el10_0.noarch.rpm |
Source RPM: | python-smmap-5.0.1-1.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-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. |