blob: 21a3bdb6135e0df8e7919fd6fdae9d1799af73ae [file] [log] [blame]
Adam Duskett30968cf2019-11-29 12:38:40 -08001config BR2_PACKAGE_PYTHON_SMMAP2
2 bool "python-smmap2"
Adam Duskett30968cf2019-11-29 12:38:40 -08003 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