[Dehs-devel] r189 - trunk

Raphael Geissert geissert at alioth.debian.org
Fri Jan 21 02:58:12 UTC 2011


Author: geissert
Date: 2011-01-21 02:58:11 +0000 (Fri, 21 Jan 2011)
New Revision: 189

Modified:
   trunk/dehs_pg.php
Log:
Increase memory_limit so that it still works with sid's Sources


Modified: trunk/dehs_pg.php
===================================================================
--- trunk/dehs_pg.php	2011-01-21 02:48:01 UTC (rev 188)
+++ trunk/dehs_pg.php	2011-01-21 02:58:11 UTC (rev 189)
@@ -25,7 +25,7 @@
 #ini_set ( "error_reporting", "E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR");
 ini_set ("html_errors", "off");
 set_time_limit(0);
-ini_set ( "memory_limit", "80M");
+ini_set ( "memory_limit", "120M");
 #print_R($_SERVER);
 require "dehs.config.inc";
 require "events.class.php";




More information about the Dehs-devel mailing list