Last modified: 2011-03-13 18:05:12 UTC
Fatal error: Allowed memory size of 83886080 bytes exhausted (tried to allocate 6291456 bytes) in /var/www/ow/extensions/Wikidata/OmegaWiki/RecordHelper.php on line 29 Thanks, Gerard
Not a software issue.
(In reply to comment #1) > Not a software issue. > Rob, do you know the OmegaWiki code ? Are you sure it is not a software issue ? Thanks, GerardM
You're hitting a memory limit, which means you need to increase this in your PHP configuration. You may be able to introduce some cleverness to try and automatically raise the memory limit, but this isn't necessarily always allowed in code. It's not a direct software issue. Please don't insult my intelligence again.
This value has been changed several times .. people mumble things like this should be sufficient .. it is not. It needs some proper attention in the light of what the software is to achieve. It needs some proper attention and putting it on this bug list is exactly one of doing this. Sorry that I have to explain things for you .. if you are interested we have work for you. Thanks, GerardM
It's a legitimate enhancement request to ask that an extension be more memory-efficient.
Note that if an 80 MEGABYTE memory limit isn't enough, you've either got bogus data or you're not handling it efficiently. :) So probably the code needs work, rather than just bumping up the memory limit again.