SOURCES: eventum-mem-limits.patch, eventum-route-mem.patch - incre...

glen glen at pld-linux.org
Tue Jun 20 08:55:12 CEST 2006


Author: glen                         Date: Tue Jun 20 06:55:12 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- increase memory limits

---- Files affected:
SOURCES:
   eventum-mem-limits.patch (1.2 -> 1.3) , eventum-route-mem.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/eventum-mem-limits.patch
diff -u SOURCES/eventum-mem-limits.patch:1.2 SOURCES/eventum-mem-limits.patch:1.3
--- SOURCES/eventum-mem-limits.patch:1.2	Mon Jun 19 17:12:31 2006
+++ SOURCES/eventum-mem-limits.patch	Tue Jun 20 08:55:07 2006
@@ -20,3 +20,24 @@
  // handle only pending emails
  $limit = 50;
  Mail_Queue::send('pending', $limit);
+--- eventum-1.7.1/misc/download_emails.php~	2006-06-19 18:13:23.698634331 +0300
++++ eventum-1.7.1/misc/download_emails.php	2006-06-19 18:16:24.672688641 +0300
+@@ -27,15 +27,15 @@
+ // +----------------------------------------------------------------------+
+ //
+ // @(#) $Id$
+-//
++
++ini_set("memory_limit", "256M");
++
+ include_once("../config.inc.php");
+ include_once(APP_INC_PATH . "class.support.php");
+ include_once(APP_INC_PATH . "class.lock.php");
+ include_once(APP_INC_PATH . "class.project.php");
+ include_once(APP_INC_PATH . "db_access.php");
+ 
+-ini_set("memory_limit", "256M");
+-
+ // we need the IMAP extension for this to work
+ if (!function_exists('imap_open')) {
+     echo "Error: Eventum requires the IMAP extension in order to download messages saved on a IMAP/POP3 mailbox.\n";

================================================================
Index: SOURCES/eventum-route-mem.patch
diff -u SOURCES/eventum-route-mem.patch:1.1 SOURCES/eventum-route-mem.patch:1.2
--- SOURCES/eventum-route-mem.patch:1.1	Sat Feb 11 06:50:13 2006
+++ SOURCES/eventum-route-mem.patch	Tue Jun 20 08:55:07 2006
@@ -4,7 +4,7 @@
  //
  // @(#) $Id$
  //
-+ini_set('memory_limit', '16M');
++ini_set('memory_limit', '256M');
  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', '16M');
++ini_set('memory_limit', '256M');
  include_once("../config.inc.php");
  include_once(APP_INC_PATH . "db_access.php");
  include_once(APP_INC_PATH . "class.routing.php");
@@ -24,7 +24,7 @@
  //
  // @(#) $Id$
  //
-+ini_set('memory_limit', '16M');
++ini_set('memory_limit', '256M');
  include_once("../config.inc.php");
  include_once(APP_INC_PATH . "db_access.php");
  include_once(APP_INC_PATH . "class.routing.php");
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-mem-limits.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SOURCES/eventum-route-mem.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list