XF 1.2 How to increase memory?

ineedhelp

Well-known member
How do I increase the memory size so I don't get the following message when performing ACP tasks.

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 17152 bytes) in/var/www/vhosts/mydomain.com/httpdocs/library/XenForo/Image/Gd.php on line 70

And what number should I increase it to?

Thanks.
 
Last edited:
You need to edit the php.ini file, which is a server configuration file. If you're on shared hosting, your host will have to do it.

64MB is quite low. I would suggest around 128MB... (134217728 bytes)

Liam
 
I've no idea about plesk, I've never used it. Is there a search feature? On WHM it's in PHP Configuration Editor.

You could also do it manually, through SSH.

Liam
 
Top Bottom