From 10838c6426a125708c7179fa35cb89a210a3d160 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sat, 13 Jun 2009 11:45:25 +0000
Subject: [PATCH] Upgrade minimum memory from 16M to 24M

---
 htdocs/install/check.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/install/check.php b/htdocs/install/check.php
index d3ca2572831..e53d5e9b746 100644
--- a/htdocs/install/check.php
+++ b/htdocs/install/check.php
@@ -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 != '')
-- 
GitLab