Skip to content
Snippets Groups Projects
Commit 10838c64 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Upgrade minimum memory from 16M to 24M

parent 4d8abc83
No related branches found
No related tags found
No related merge requests found
......@@ -129,8 +129,8 @@ else
// Check memory
$memrequiredorig='16M';
$memrequired=16*1024*1024;
$memrequiredorig='24M';
$memrequired=24*1024*1024;
$memmaxorig=@ini_get("memory_limit");
$memmax=@ini_get("memory_limit");
if ($memmaxorig != '')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment