imthebest
Well-known member
Hi,
I'm using XF 1.4.5, XFES 1.1.2 and XFMG 1.0.3
I have been using a memory_limit of 256MB in php.ini since I was having a problem dealing with the report system (previously I was using 128MB without issues). Today I switched back to reports on a forum instead of using the report system, so then I went ahead and edited the memory_limit back to 128MB, restarted Apache, try to load my forum (the index page) and got a blank page and this on my php.log:
So then I increased from 128MB to 160MB and now the problem is another file:
I have had to increase it again to 256MB in order to "boot" my forum which is a big board.
Is it normal for XenForo to require a memory_limit of 256MB?
Thanks,
Super120
I'm using XF 1.4.5, XFES 1.1.2 and XFMG 1.0.3
I have been using a memory_limit of 256MB in php.ini since I was having a problem dealing with the report system (previously I was using 128MB without issues). Today I switched back to reports on a forum instead of using the report system, so then I went ahead and edited the memory_limit back to 128MB, restarted Apache, try to load my forum (the index page) and got a blank page and this on my php.log:
Code:
[20-Feb-2015 16:31:06 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4104 bytes) in /var/www/html/library/XenForo/Link.php on line 9$
[20-Feb-2015 16:31:09 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65552 bytes) in /var/www/html/library/XenForo/Link.php on line $
So then I increased from 128MB to 160MB and now the problem is another file:
Code:
[20-Feb-2015 16:32:50 UTC] PHP Fatal error: Allowed memory size of 167772160 bytes exhausted (tried to allocate 82 bytes) in /var/www/html/library/XenForo/Model/Report.php on $
[20-Feb-2015 16:33:25 UTC] PHP Fatal error: Allowed memory size of 167772160 bytes exhausted (tried to allocate 82 bytes) in /var/www/html/library/XenForo/Model/Report.php on $
[20-Feb-2015 16:33:32 UTC] PHP Fatal error: Allowed memory size of 167772160 bytes exhausted (tried to allocate 92 bytes) in /var/www/html/library/XenForo/Model/Report.php on $
I have had to increase it again to 256MB in order to "boot" my forum which is a big board.
Is it normal for XenForo to require a memory_limit of 256MB?
Thanks,
Super120