Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
May 11 11:20:01 mcscacti1 suhosin[12764]: ALERT - script tried to increase memory_limit to 268435456 bytes which is above the allowed value (attacker 'REMOTE
_ADDR not set', file '/var/www/cacti/poller.php', line 150)
Last edited by fukitei on Tue May 12, 2009 3:12 am, edited 1 time in total.
May 12 14:15:01 mcscacti1 suhosin[14560]: ALERT - script tried to increase memory_limit to 536870912 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '/var/www/cacti/poller.php', line 150)
/* let PHP only run 1 second longer than the max runtime, plus the poller needs lot's of memory */
ini_set("max_execution_time", MAX_POLLER_RUNTIME + 1);
ini_set("memory_limit", "512M");