Trying to run 'runJobs.php' with the --memory-limit "max" param. gives: "Fatal error: Allowed memory size of 262144 bytes exhausted".
php.ini memory_limit is set at 1000M. So can somebody tell what exactly is setting a max memory size of only 256K for this script?
It runs fine without that param but I'd like to check if more memory might speed it up a bit.
Peter P
On Tue, Apr 28, 2015 at 2:37 PM, Peter Presland peter@wikispooks.org wrote:
php.ini memory_limit is set at 1000M. So can somebody tell what exactly is setting a max memory size of only 256K for this script?
You might have multiple PHP config files, one for the CLI and one for Apache.
to determine which php.ini file you are using you can run a command like
php -i | grep php.ini that will give you the phpinfo outputted to the command line.
On Thu, Apr 30, 2015 at 12:25 AM, Benjamin Lees emufarmers@gmail.com wrote:
On Tue, Apr 28, 2015 at 2:37 PM, Peter Presland peter@wikispooks.org wrote:
php.ini memory_limit is set at 1000M. So can somebody tell what exactly is setting a max memory size of only 256K for this script?
You might have multiple PHP config files, one for the CLI and one for Apache.
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org