From: Elan Ruusamäe Date: Mon, 28 Mar 2005 21:13:53 +0000 (+0000) Subject: - it does with less memory than 256M X-Git-Tag: auto/ac/eventum-1_5_3-1~33 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=f7505e818119447b2a89a6708d5324ae3ba0d5a8;p=packages%2Feventum.git - it does with less memory than 256M Changed files: eventum-irc-memlimit.patch -> 1.1 --- diff --git a/eventum-irc-memlimit.patch b/eventum-irc-memlimit.patch new file mode 100644 index 0000000..dbeca59 --- /dev/null +++ b/eventum-irc-memlimit.patch @@ -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');