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.
I'm running two machines with cacti 8.7e on ubuntu 10.04 with php 5.3.2.
Everytime when i want to reindex my hosts via poller_reindex_hosts.php --id=All
i get the following error after he's done with about the half of the hosts.
PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /usr/share/cacti/site/lib/xml.php on line 32
I've searched for this error, and i've increased my memory limit in the php.ini files to 1024M.
I just don't get it where these 64MB limitation comes from and google can't help me any further.
Take a look in your php.ini file. I believe what you are looking for is the memory_limit variable. If you up that it should hopefully resolve your issue.