diff --git a/htdocs/install/check.php b/htdocs/install/check.php index e407c037963ac..1f41542e05948 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 @@ // 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 != '')