Skip to content

Commit 2a21f03

Browse files
committed
Merge pull request #286 from emarguin/increase_memory_limit
increase memory limit (related to http://www.chamilo.org/phpBB3/viewtopi...
2 parents 0bd99fe + f6a0e2c commit 2a21f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/inc/lib/main_api.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// PHP version requirement.
1616
define('REQUIRED_PHP_VERSION', '5.3');
1717

18-
define('REQUIRED_MIN_MEMORY_LIMIT', '32');
18+
define('REQUIRED_MIN_MEMORY_LIMIT', '128');
1919
define('REQUIRED_MIN_UPLOAD_MAX_FILESIZE', '10');
2020
define('REQUIRED_MIN_POST_MAX_SIZE', '10');
2121

0 commit comments

Comments
 (0)