Index: branches/unlabeled/unlabeled-1.39.2/kernel/startup.php =================================================================== diff -u -N -r4376 -r4564 --- branches/unlabeled/unlabeled-1.39.2/kernel/startup.php (.../startup.php) (revision 4376) +++ branches/unlabeled/unlabeled-1.39.2/kernel/startup.php (.../startup.php) (revision 4564) @@ -65,7 +65,7 @@ if( file_exists(FULL_PATH.'/debug.php') && !defined('DEBUG_MODE') ) include_once(FULL_PATH.'/debug.php'); if( !defined('DEBUG_MODE') ) error_reporting(0); -ini_set('memory_limit', '32M'); +ini_set('memory_limit', constOn('IS_INSTALL') ? -1 : '32M'); ini_set('include_path', '.'); $kernel_version = "1.0.0";