From 83c195f2cf9e153878a58e6c6897e814a12f7c87 Mon Sep 17 00:00:00 2001 From: Seth Date: Thu, 9 Jul 2009 21:01:30 +0200 Subject: Increase the PHP running memory limit to 128MB from 32MB, on 1.5MB large config XML files we run out of memory. --- etc/inc/config.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/inc/config.inc') diff --git a/etc/inc/config.inc b/etc/inc/config.inc index e77801c..e9b9e9c 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -43,7 +43,7 @@ * Setting the memory_limit parameter in the php.ini does not seem to * take any effect. Also, that would be too late in the boot process */ -ini_set("memory_limit","32M"); +ini_set("memory_limit","128M"); if($g['booting']) echo "."; @@ -1875,4 +1875,4 @@ function set_device_perms() { if($g['booting']) echo "."; $config = parse_config(); -?> \ No newline at end of file +?> -- cgit v1.1