slackbuilds_ponce/python/python3-smmap2/README
Benjamin Trigona-Harany 0dcd198bfa python/python3-smmap2: Added (A sliding memory map manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-07-30 21:52:47 +07:00

4 lines
251 B
Text

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.