From: Roland Haeder Date: Sat, 17 May 2014 22:44:56 +0000 (+0200) Subject: Pre-allocate way more ... X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=b0aaae1d431a51fb9c20411d1e7aad5791576327 Pre-allocate way more ... Signed-off-by: Roland Häder --- diff --git a/inc/config.php b/inc/config.php index 6d7e3d34..de13385e 100644 --- a/inc/config.php +++ b/inc/config.php @@ -375,7 +375,7 @@ $cfg->setConfigEntry('file_io_iterator_class', 'FileIoIterator'); $cfg->setConfigEntry('file_stack_pre_allocate_enabled', 'Y'); // CFG: FILE-STACK-PRE-ALLOCATE-COUNT -$cfg->setConfigEntry('file_stack_pre_allocate_count', 100); +$cfg->setConfigEntry('file_stack_pre_allocate_count', 10000); // [EOF] ?>