]> git.pld-linux.org Git - packages/eventum.git/blame - eventum-mem-limits.patch
- added BR: gettext-devel (msgfmt)
[packages/eventum.git] / eventum-mem-limits.patch
CommitLineData
b1ec83cb
ER
1--- eventum-20060210/misc/route_drafts.php~ 2006-02-11 07:27:35.000000000 +0200
2+++ eventum-20060210/misc/route_drafts.php 2006-02-11 07:28:23.000000000 +0200
3@@ -27,6 +27,7 @@
4 //
5 // @(#) $Id$
6 //
f3135b43 7+ini_set('memory_limit', '1024M');
b1ec83cb
ER
8 include_once("../config.inc.php");
9 include_once(APP_INC_PATH . "db_access.php");
10 include_once(APP_INC_PATH . "class.routing.php");
11--- eventum-20060210/misc/route_emails.php~ 2006-02-11 07:27:35.000000000 +0200
12+++ eventum-20060210/misc/route_emails.php 2006-02-11 07:28:43.000000000 +0200
13@@ -27,6 +27,7 @@
14 //
15 // @(#) $Id$
16 //
f3135b43 17+ini_set('memory_limit', '1024M');
b1ec83cb
ER
18 include_once("../config.inc.php");
19 include_once(APP_INC_PATH . "db_access.php");
20 include_once(APP_INC_PATH . "class.routing.php");
21--- eventum-20060210/misc/route_notes.php~ 2006-02-11 07:27:35.000000000 +0200
22+++ eventum-20060210/misc/route_notes.php 2006-02-11 07:28:54.000000000 +0200
23@@ -27,6 +27,7 @@
24 //
25 // @(#) $Id$
26 //
f3135b43 27+ini_set('memory_limit', '1024M');
b1ec83cb
ER
28 include_once("../config.inc.php");
29 include_once(APP_INC_PATH . "db_access.php");
30 include_once(APP_INC_PATH . "class.routing.php");
f3135b43
ER
31--- eventum-20060830/misc/download_emails.php 2006-09-05 00:11:48.396726556 +0300
32+++ eventum-20060830.mem/misc/download_emails.php 2006-09-05 00:12:09.647203129 +0300
33@@ -28,7 +28,7 @@
34 //
35 // @(#) $Id$
36
37-ini_set("memory_limit", "256M");
38+ini_set("memory_limit", "1024M");
39
40 include_once("/etc/webapps/eventum/core.php");
41 include_once(APP_INC_PATH . "class.support.php");
42--- eventum-20060830/misc/irc/bot.php 2006-09-05 00:11:48.396726556 +0300
43+++ eventum-20060830.mem/misc/irc/bot.php 2006-09-05 00:12:09.647203129 +0300
44@@ -28,7 +28,7 @@
45 // @(#) $Id$
46 //
47
48-ini_set("memory_limit", "256M");
49+ini_set("memory_limit", "1024M");
50
51 include_once("/etc/webapps/eventum/core.php");
52 include_once('/etc/eventum/irc.php');
53--- eventum-20060830/misc/process_mail_queue.php 2006-09-05 00:11:48.396726556 +0300
54+++ eventum-20060830.mem/misc/process_mail_queue.php 2006-09-05 00:12:09.647203129 +0300
55@@ -28,7 +28,7 @@
56 //
57 // @(#) $Id$
58
59-ini_set("memory_limit", "256M");
60+ini_set("memory_limit", "1024M");
61
62 include_once("/etc/webapps/eventum/core.php");
63 include_once(APP_INC_PATH . "db_access.php");
This page took 0.17535 seconds and 4 git commands to generate.