diff options
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. |