]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-mem-limits.patch
- outdated with 20070116.3201
[packages/eventum.git] / eventum-mem-limits.patch
1 --- eventum/misc/route_drafts.php~      2007-01-16 09:48:38.784735251 +0200
2 +++ eventum/misc/route_drafts.php       2007-01-16 09:49:05.325330706 +0200
3 @@ -26,7 +26,8 @@
4  // +----------------------------------------------------------------------+
5  //
6  // @(#) $Id$
7  //
8 +ini_set('memory_limit', '1024M');
9  include_once(dirname(__FILE__) . "/../config.inc.php");
10  require_once(APP_INC_PATH . "db_access.php");
11  require_once(APP_INC_PATH . "class.routing.php");
12 --- eventum/misc/route_emails.php~      2007-01-16 09:48:38.784735251 +0200
13 +++ eventum/misc/route_emails.php       2007-01-16 09:50:10.266787724 +0200
14 @@ -26,7 +26,8 @@
15  // +----------------------------------------------------------------------+
16  //
17  // @(#) $Id$
18  //
19 +ini_set('memory_limit', '1024M');
20  include_once(dirname(__FILE__) . "/../config.inc.php");
21  require_once(APP_INC_PATH . "db_access.php");
22  require_once(APP_INC_PATH . "class.routing.php");
23 --- eventum/misc/route_notes.php~       2007-01-16 09:48:38.784735251 +0200
24 +++ eventum/misc/route_notes.php        2007-01-16 09:51:11.358158379 +0200
25 @@ -26,7 +26,8 @@
26  // +----------------------------------------------------------------------+
27  //
28  // @(#) $Id$
29  //
30 +ini_set('memory_limit', '1024M');
31  include_once(dirname(__FILE__) . "/../config.inc.php");
32  require_once(APP_INC_PATH . "db_access.php");
33  require_once(APP_INC_PATH . "class.routing.php");
34 --- eventum-20060830/misc/download_emails.php   2006-09-05 00:11:48.396726556 +0300
35 +++ eventum-20060830.mem/misc/download_emails.php       2006-09-05 00:12:09.647203129 +0300
36 @@ -28,7 +28,7 @@
37  //
38  // @(#) $Id$
39  
40 -ini_set("memory_limit", "256M");
41 +ini_set("memory_limit", "1024M");
42  
43  require_once("/etc/webapps/eventum/core.php");
44  require_once(APP_INC_PATH . "class.support.php");
45 --- eventum-20060830/misc/irc/bot.php   2006-09-05 00:11:48.396726556 +0300
46 +++ eventum-20060830.mem/misc/irc/bot.php       2006-09-05 00:12:09.647203129 +0300
47 @@ -28,7 +28,7 @@
48  // @(#) $Id$
49  //
50  
51 -ini_set("memory_limit", "256M");
52 +ini_set("memory_limit", "1024M");
53  
54  require_once("/etc/webapps/eventum/core.php");
55  require_once('/etc/eventum/irc.php');
56 --- eventum-20060830/misc/process_mail_queue.php        2006-09-05 00:11:48.396726556 +0300
57 +++ eventum-20060830.mem/misc/process_mail_queue.php    2006-09-05 00:12:09.647203129 +0300
58 @@ -28,7 +28,7 @@
59  //
60  // @(#) $Id$
61  
62 -ini_set("memory_limit", "256M");
63 +ini_set("memory_limit", "1024M");
64  
65  require_once("/etc/webapps/eventum/core.php");
66  require_once(APP_INC_PATH . "db_access.php");
This page took 0.095298 seconds and 3 git commands to generate.