Adam Duskett | 30968cf | 2019-11-29 12:38:40 -0800 | [diff] [blame] | 1 | config BR2_PACKAGE_PYTHON_SMMAP2 |
2 | bool "python-smmap2" | ||||
Adam Duskett | 30968cf | 2019-11-29 12:38:40 -0800 | [diff] [blame] | 3 | help |
4 | Smmap wraps an interface around mmap and tracks the mapped | ||||
5 | files as well as the amount of clients who use it. If the | ||||
6 | system runs out of resources, or if a memory limit is reached, | ||||
7 | it will automatically unload unused maps to allow continued | ||||
8 | operation. | ||||
9 | |||||
10 | https://github.com/gitpython-developers/smmap |