larger memory size
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 20 Apr 2009 12:54:10 +0000 (12:54 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 20 Apr 2009 12:54:10 +0000 (12:54 +0000)
planetlab/persons/persons.php
planetlab/slices/slice.php

index 00b70bb..7308baa 100644 (file)
@@ -21,7 +21,7 @@ require_once 'table.php';
 require_once 'nifty.php';
 
 //fix the memory limit for this page
-ini_set("memory_limit","48M");
+ini_set("memory_limit","64M");
 
 // -------------------- 
 // recognized URL arguments
index 5fa2d4b..97b6e23 100644 (file)
@@ -28,7 +28,7 @@ drupal_set_html_head('
 ');
 
 // -------------------- admins potentially need to get full list of users
-ini_set('memory_limit','48M');
+ini_set('memory_limit','64M');
 
 // -------------------- 
 // recognized URL arguments