From 073170514f9383403213b22eb2374665bb800742 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 20 Sep 2012 09:13:02 +0200 Subject: [PATCH] Fix: increase memory limit --- htdocs/install/check.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/install/check.php b/htdocs/install/check.php index e407c037963..1f41542e059 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -1,8 +1,8 @@ - * Copyright (C) 2004-2009 Laurent Destailleur - * Copyright (C) 2005 Marc Barilley / Ocebo - * Copyright (C) 2005-2010 Regis Houssin +/* Copyright (C) 2004-2005 Rodolphe Quiedeville + * Copyright (C) 2004-2009 Laurent Destailleur + * Copyright (C) 2005 Marc Barilley / Ocebo + * Copyright (C) 2005-2012 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -158,8 +158,8 @@ else // Check memory -$memrequiredorig='32M'; -$memrequired=32*1024*1024; +$memrequiredorig='64M'; +$memrequired=64*1024*1024; $memmaxorig=@ini_get("memory_limit"); $memmax=@ini_get("memory_limit"); if ($memmaxorig != '')