https://bugzilla.wikimedia.org/show_bug.cgi?id=58969

Siebrand Mazeland <s.mazel...@xs4all.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |s.mazel...@xs4all.nl

--- Comment #2 from Siebrand Mazeland <s.mazel...@xs4all.nl> ---
(In reply to comment #1)
> Any idea what the relevant difference between interactive and cron could be?
> Also, do you know if this is a new issue, or has it been present for a longer
> time?

I couldn't say... We don't rebuild the semantic data that often. I don't recall
any issues with it previously, but I couldn't say if that was 6 months or 12
months ago since it succeeded last.

It could be an unnoticed memory limit issue. I had this while running the job
queue as interactive. This one was logged to our error log file (also relayed
to #mediawiki-i18n on Freenode). I'd assume that the cron job queue process
running out of memory would have resulted in similar logging.

2013-12-26 15:54:09 SMW\RefreshJob Special:SMWAdmin spos=1243721
prog=0.34167539819333 rc=2 run=2 t=34 good
[a0b5f4f8] [no req]   Exception from line 256 of
/www/translatewiki.net/w/maintenance/runJobs.php: Detected excessive memory
usage (149444096/157286400).
Backtrace:
#0 /www/translatewiki.net/w/maintenance/runJobs.php(156):
RunJobs->assertMemoryOK()
#1 /www/translatewiki.net/w/maintenance/doMaintenance.php(119):
RunJobs->execute()
#2 /www/translatewiki.net/w/maintenance/runJobs.php(271): require_once(string)
#3 {main}

We have this setting:

LocalSettings.php:ini_set( 'memory_limit',      '175M' );

If I recall correctly, the commandline has it's own (hardcoded) memory limit
somewhere.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to