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/slack-desc | |
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/slack-desc')
-rw-r--r-- | python/python3-smmap2/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-smmap2/slack-desc b/python/python3-smmap2/slack-desc new file mode 100644 index 0000000000000..173218923e85e --- /dev/null +++ b/python/python3-smmap2/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-smmap2: python3-smmap2 (A sliding memory map manager) +python3-smmap2: +python3-smmap2: Smmap wraps an interface around mmap and tracks the mapped files as +python3-smmap2: well as the amount of clients who use it. If the system runs out of +python3-smmap2: resources, or if a memory limit is reached, it will automatically +python3-smmap2: unload unused maps to allow continued operation. +python3-smmap2: +python3-smmap2: +python3-smmap2: +python3-smmap2: +python3-smmap2: |