diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-07-30 21:52:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-30 21:52:47 +0700 |
commit | 0dcd198bfa6c98c1fd505c3e6a2ac7b09a3a66a7 (patch) | |
tree | ece74bfc16ff97be29ba1695c97c432c71578a1e /python/python3-smmap2/README | |
parent | fabf3a097b894ae38e76dc9ab150bcbf0d222715 (diff) |
python/python3-smmap2: Added (A sliding memory map manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-smmap2/README')
-rw-r--r-- | python/python3-smmap2/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-smmap2/README b/python/python3-smmap2/README new file mode 100644 index 0000000000000..24a6bb75d7052 --- /dev/null +++ b/python/python3-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. |