From 023e1ce68418ca027651c59fb87b65e7710d5910 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 22 May 2013 11:10:49 -0700 Subject: [PATCH] web: don't try to increate PHP mem limit to 256MB Apparently this generates warning messages that fill up log files, and we may not need it anymore. --- html/inc/util.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/inc/util.inc b/html/inc/util.inc index b63375ae45..54b4514ead 100644 --- a/html/inc/util.inc +++ b/html/inc/util.inc @@ -30,8 +30,6 @@ if (array_key_exists("PATH_INFO", $_SERVER)) { die("bad URL"); } -ini_set("memory_limit", "256M"); - // define TIMEZONE in project.inc // if (defined('TIMEZONE')) {