diff options
author | Dimitris Zlatanidis | 2016-10-20 15:09:14 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2016-10-20 15:09:14 +0200 |
commit | 42ac4dbd67fe34ef18fdcc67a1bc3ff07e39d728 (patch) | |
tree | a61a478ec30af8047db2e3ad249d50090cacc8a6 /libraries/smmap2/README | |
parent | c8b4eba3a145fe69be8f2820b2052a15adbdabe1 (diff) | |
download | slackbuilds-42ac4dbd67fe34ef18fdcc67a1bc3ff07e39d728.tar.gz |
libraries/smmap2: Added (A sliding memory map manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/smmap2/README')
-rw-r--r-- | libraries/smmap2/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/smmap2/README b/libraries/smmap2/README new file mode 100644 index 0000000000..24a6bb75d7 --- /dev/null +++ b/libraries/smmap2/README @@ -0,0 +1,4 @@ +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. |