Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dev-python/smmap2: Prevent package to be installed parallel to smmap | Marius Brehler | 2017-05-29 | 1 | -1/+2 |
| | | | | | | | | Also the core package name was changed to smmap2, the package is still installed/imported as smmap. Closes: https://github.com/gentoo/gentoo/pull/4768 Package-Manager: Portage-2.3.5, Repoman-2.3.1 | ||||
* | dev-python/smmap2: A sliding window memory map manager | Marius Brehler | 2017-05-25 | 3 | -0/+43 |
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. Required to bump dev-python/gitdb (now renamed to gitdb2). Bug: https://bugs.gentoo.org/619508 Closes: https://github.com/gentoo/gentoo/pull/4740 Package-Manager: Portage-2.3.5, Repoman-2.3.1 |