SVN 3275 Memory issues
-
I updated to SVN 3275 and am getting memory errors on several pages. Right now I’m trying to add hosts to a group, but when I click the group name from the list I get a blank page in the browser and this error in apache:
[Mon Apr 20 09:08:28 2015] [error] [client 10.162.3.26] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 81 bytes) in /var/www/fog/lib/fog/FOGController.class.php on line 344, referer: [url]http://10.162.1.212/fog/management/index.php?node=group&sub=list[/url]
Our server has 8gb memory and the memory limit in php.ini is set to 8192M, in both the apache2 and cli folders.
-
Looks like it might have something to do with our large database, specifically. I tried 3275 on our testing server and it works fine.
-
Under fog general settings up the fog memory limit I had to go to 1024.
-
Nice, thanks! I didn’t know that setting existed. Everything loads okay now.