Hi,
Can someone tell me how to avoid this error from article pages when mediawiki tries to resize an image ?
/var/www/wiki/w/bin/ulimit-tvf.sh: line 5: 6762 File size limit exceeded"$@"
Is there some configuration associated with this bash script ?
Carlos Jorge Andrade wrote:
Hi,
Can someone tell me how to avoid this error from article pages when mediawiki tries to resize an image ?
/var/www/wiki/w/bin/ulimit-tvf.sh: line 5: 6762 File size limit exceeded"$@"
Is there some configuration associated with this bash script ?
In LocalSettings.php, set $wgMaxShellFileSize to the maximum number of kilobytes of disk space you want ImageMagick to use, per instance.
-- Tim Starling
mediawiki-l@lists.wikimedia.org