Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619508 - dev-python/smmap2 - A sliding window memory map manager
Summary: dev-python/smmap2 - A sliding window memory map manager
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-24 07:33 UTC by Marius Brehler
Modified: 2017-05-25 11:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marius Brehler 2017-05-24 07:33:34 UTC
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.


This package is nearly a version bumped ebuild of dev-python/smmap, but the core package's name was changed by upstream.

Required to bump dev-python/gitdb (now renamed to gitdb2).
Comment 1 Marius Brehler 2017-05-24 07:36:45 UTC
https://github.com/gentoo/gentoo/pull/4740
Comment 2 Marius Brehler 2017-05-25 11:49:00 UTC
commit 3a1f74205d9bc8a2499707f55b8eeda297de2ab3
Author:     Marius Brehler <marbre@linux.sungazer.de>
AuthorDate: Thu May 25 11:05:04 2017 +0200
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: Thu May 25 12:09:12 2017 +0200

    dev-python/smmap2: A sliding window memory map manager

    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