Harry_Wood
(Harry Wood)
10
yeah. could be a good thing to try. I guess I’ll ask a system administrator to do that.
There’s two different places we can make this setting. Either in php.ini doing “memory_limit = 32M;” or in LocalSettings.php in the wiki with ini_set( ‘memory_limit’, ‘20M’ );
…depending on if we want to up the memory on all PHP scripts running on that server, or just the wiki scripts. Probably better to do it in LocalSettings.php dunno if php.ini changes require a restart to be picked up.