• Nils Goroll's avatar
    Use BUDDY_POOL() for regionlists (addresses a lockup) · 5fbbf9a3
    Nils Goroll authored
    The oh-so-smart idea from 39c2568e was
    pretty dumb after all:
    
    While testing with the low RAM config (16MB on 10GB), a lockop was found
    with only ~45% of RAM occupied. The reason for the lockup was the
    un-crammed 64KB (16bits) request for a regionlist with priority 4, which
    was blocking all other requests.
    
    So: No, trying to allocate something "just in case" is never a good
    idea.
    5fbbf9a3
Name
Last commit
Last update
LICENSES Loading commit data...
logs Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
BUGS.rst Loading commit data...
CHANGES.rst Loading commit data...
COPYING Loading commit data...
DEVELOPER.rst Loading commit data...
INSTALL.rst Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
bootstrap Loading commit data...
configure.ac Loading commit data...