• Nils Goroll's avatar
    fellow_busy_obj: Allocate fdo with at most FDO_MAX_EMBED_SEGS · 18a47942
    Nils Goroll authored
    this is to make reading disk objects more efficient later on.
    
    This patch triggered c93.vtc failing, so we add a bit of a hack to avoid
    a problem which might need more attention later:
    
    FCO_MAX_REGIONS is an issue for chunked encoding objects (with growing
    size). We have not yet implemented the best strategy and just tried
    to always allocate the largest possible seglist to not use up more
    regions than necessary, but small memory configurations do not support
    the maximum seglist (4 MB).
    18a47942
Name
Last commit
Last update
LICENSES Loading commit data...
logs Loading commit data...
src Loading commit data...
tools/coccinelle Loading commit data...
.gitignore Loading commit data...
BUGS.rst Loading commit data...
CHANGES.rst Loading commit data...
COPYING 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...