Browse Source

Merge pull request #286 from emarguin/increase_memory_limit

increase memory limit (related to http://www.chamilo.org/phpBB3/viewtopi...
Yannick Warnier 10 years ago
parent
commit
2a21f039cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/main_api.lib.php

+ 1 - 1
main/inc/lib/main_api.lib.php

@@ -15,7 +15,7 @@
 // PHP version requirement.
 define('REQUIRED_PHP_VERSION', '5.3');
 
-define('REQUIRED_MIN_MEMORY_LIMIT',         '32');
+define('REQUIRED_MIN_MEMORY_LIMIT',         '128');
 define('REQUIRED_MIN_UPLOAD_MAX_FILESIZE',  '10');
 define('REQUIRED_MIN_POST_MAX_SIZE',        '10');