1config BR2_PACKAGE_PYTHON_SMMAP2 2 bool "python-smmap2" 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 11