On Fri, 2013-11-15 at 10:05 +1100, Tim Starling wrote:
On 14/11/13 15:40, John Foster wrote:
This is the error messages in that log that I created per your suggestion. /var/www/extensions/Scribunto/engines/LuaStandalone/lua_ulimit.sh: xmalloc: ../bash/subst.c:3503: cannot allocate 381 bytes (32768 bytes allocated) /var/www/extensions/Scribunto/engines/LuaStandalone/lua_ulimit.sh: xmalloc: ../bash/subst.c:3503: cannot allocate 381 bytes (32768 bytes allocated)
Have you set the memory limit to something lower than the default?
-- Tim Starling
Currently I have the php memory limit set at 1.5 Gb. The system has more than that in real hardware memory. I don't know of any other memory limit settings for mediawiki. If I'm missing something let me know. OS is Debian Linux old stable running on a remotely hosted VPS server with only command line access. Apache2, MySql, Xeon quad CPUs with 2048MB ram allocated to the VPS.
BTW: with Scribunto commented out of LocalSettings.php the server/mediawiki seems to run fine. Except of course where I've imported a template with {{invoke..... in it. I would disable it entirely if I knew what to replace that call with LOL. John