Increased memory_limit for the setup to 64 MB

SVN:trunk[2452]
This commit is contained in:
Denis Flaven
2012-11-21 13:52:44 +00:00
parent e1742fa24d
commit 084609bfad

View File

@@ -40,7 +40,7 @@
* 'session_status': string 'start', 'continue' or 'end'
* 'percent': integer 0..100 the percentage of completion once the file has been loaded
*/
define('SAFE_MINIMUM_MEMORY', 32*1024*1024);
define('SAFE_MINIMUM_MEMORY', 64*1024*1024);
require_once('../approot.inc.php');
require_once(APPROOT.'/application/utils.inc.php');
require_once(APPROOT.'/setup/setuppage.class.inc.php');