From b28944eb770d3391635f23e6568b03ba1e6db257 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Thu, 16 Apr 2009 14:06:51 +0000 Subject: [PATCH] set memory limit to a 48M for the slice page too (same as slices.php) --- planetlab/slices/slice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetlab/slices/slice.php b/planetlab/slices/slice.php index d53c80e..5fa2d4b 100644 --- a/planetlab/slices/slice.php +++ b/planetlab/slices/slice.php @@ -28,7 +28,7 @@ drupal_set_html_head(' '); // -------------------- admins potentially need to get full list of users -ini_set('memory_limit','32M'); +ini_set('memory_limit','48M'); // -------------------- // recognized URL arguments -- 2.43.0