SOURCES: eventum-mem-limits.patch - 1GB memory limit!

glen glen at pld-linux.org
Mon Sep 4 23:15:15 CEST 2006


Author: glen                         Date: Mon Sep  4 21:15:15 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- 1GB memory limit!

---- Files affected:
SOURCES:
   eventum-mem-limits.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/eventum-mem-limits.patch
diff -u SOURCES/eventum-mem-limits.patch:1.5 SOURCES/eventum-mem-limits.patch:1.6
--- SOURCES/eventum-mem-limits.patch:1.5	Mon Sep  4 23:10:27 2006
+++ SOURCES/eventum-mem-limits.patch	Mon Sep  4 23:15:10 2006
@@ -4,7 +4,7 @@
  //
  // @(#) $Id$
  //
-+ini_set('memory_limit', '256M');
++ini_set('memory_limit', '1024M');
  include_once("../config.inc.php");
  include_once(APP_INC_PATH . "db_access.php");
  include_once(APP_INC_PATH . "class.routing.php");
@@ -14,7 +14,7 @@
  //
  // @(#) $Id$
  //
-+ini_set('memory_limit', '256M');
++ini_set('memory_limit', '1024M');
  include_once("../config.inc.php");
  include_once(APP_INC_PATH . "db_access.php");
  include_once(APP_INC_PATH . "class.routing.php");
@@ -24,7 +24,40 @@
  //
  // @(#) $Id$
  //
-+ini_set('memory_limit', '256M');
++ini_set('memory_limit', '1024M');
  include_once("../config.inc.php");
  include_once(APP_INC_PATH . "db_access.php");
  include_once(APP_INC_PATH . "class.routing.php");
+--- eventum-20060830/misc/download_emails.php	2006-09-05 00:11:48.396726556 +0300
++++ eventum-20060830.mem/misc/download_emails.php	2006-09-05 00:12:09.647203129 +0300
+@@ -28,7 +28,7 @@
+ //
+ // @(#) $Id$
+ 
+-ini_set("memory_limit", "256M");
++ini_set("memory_limit", "1024M");
+ 
+ include_once("/etc/webapps/eventum/core.php");
+ include_once(APP_INC_PATH . "class.support.php");
+--- eventum-20060830/misc/irc/bot.php	2006-09-05 00:11:48.396726556 +0300
++++ eventum-20060830.mem/misc/irc/bot.php	2006-09-05 00:12:09.647203129 +0300
+@@ -28,7 +28,7 @@
+ // @(#) $Id$
+ //
+ 
+-ini_set("memory_limit", "256M");
++ini_set("memory_limit", "1024M");
+ 
+ include_once("/etc/webapps/eventum/core.php");
+ include_once('/etc/eventum/irc.php');
+--- eventum-20060830/misc/process_mail_queue.php	2006-09-05 00:11:48.396726556 +0300
++++ eventum-20060830.mem/misc/process_mail_queue.php	2006-09-05 00:12:09.647203129 +0300
+@@ -28,7 +28,7 @@
+ //
+ // @(#) $Id$
+ 
+-ini_set("memory_limit", "256M");
++ini_set("memory_limit", "1024M");
+ 
+ include_once("/etc/webapps/eventum/core.php");
+ include_once(APP_INC_PATH . "db_access.php");
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-mem-limits.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list