summaryrefslogtreecommitdiffstats
path: root/libraries/smmap2/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-10-20 20:09:14 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-20 20:09:14 +0700
commit42ac4dbd67fe34ef18fdcc67a1bc3ff07e39d728 (patch)
treea61a478ec30af8047db2e3ad249d50090cacc8a6 /libraries/smmap2/README
parentc8b4eba3a145fe69be8f2820b2052a15adbdabe1 (diff)
downloadslackbuilds-42ac4dbd67fe34ef18fdcc67a1bc3ff07e39d728.tar.gz
slackbuilds-42ac4dbd67fe34ef18fdcc67a1bc3ff07e39d728.tar.xz
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/README4
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.