Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 10, 20177 yr I just moved my IPS forum from a shared hosting to a centos vps. It has 1 core 4gb of ram. Is this enough for IPS??? 90% of the time loading the root page I get allowed memory size limit exhuasted. in system/Text/Parser.php and system/Data/AbstractData.php Site is very very slow and I'm stuck. Any help is very appreciated.
December 10, 20177 yr Author ini_set( 'memory_limit', '128M' ); this seemed to temporarily fix it. Obviously there is still some underlying issue that I'm not sure of...
December 10, 20177 yr Community Expert Your PHP memory limit should be 128M, this is the PHP default. Any less than that and you may have issues.
December 10, 20177 yr Author My php.ini is set to 128m. Do I have to set the memory limit in conf_global like I did above? That's the only way it seems to work
December 10, 20177 yr Community Expert 1 hour ago, heydoon said: My php.ini is set to 128m. Do I have to set the memory limit in conf_global like I did above? That's the only way it seems to work No, not if it's set properly on your server. I would recommend uploading the following file (revert your change to conf_global.php) and making sure that your server is properly configured for Invision Community 4.
December 10, 20177 yr Author 26 minutes ago, Stuart Silvester said: No, not if it's set properly on your server. I would recommend uploading the following file (revert your change to conf_global.php) and making sure that your server is properly configured for Invision Community 4. Thanks Stuart I was editing the wrong php.ini . Appreciate it.
Archived
This topic is now archived and is closed to further replies.