slackbuilds_ponce/libraries/smmap2/README
Dimitris Zlatanidis 42ac4dbd67 libraries/smmap2: Added (A sliding memory map manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-10-20 20:09:14 +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.