]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- it does with less memory than 256M
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 28 Mar 2005 21:13:53 +0000 (21:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-irc-memlimit.patch -> 1.1

eventum-irc-memlimit.patch [new file with mode: 0644]

diff --git a/eventum-irc-memlimit.patch b/eventum-irc-memlimit.patch
new file mode 100644 (file)
index 0000000..dbeca59
--- /dev/null
@@ -0,0 +1,11 @@
+--- eventum-1.5.1/misc/irc/bot.php~    2005-03-28 23:30:33.000000000 +0300
++++ eventum-1.5.1/misc/irc/bot.php     2005-03-29 00:03:57.000000000 +0300
+@@ -36,6 +36,8 @@
+ include_once(APP_INC_PATH . "class.user.php");
+ include_once(APP_PEAR_PATH . 'Net/SmartIRC.php');
++ini_set("memory_limit", "256M");
++
+ // if requested, clear the lock
+ if (in_array('--fix-lock', @$HTTP_SERVER_VARS['argv'])) {
+     Lock::release('irc_bot');
This page took 0.217809 seconds and 4 git commands to generate.