Added file size limit for all shell processes, to stop ImageMagick from writing out...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 27 Sep 2006 00:43:37 +0000 (00:43 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 27 Sep 2006 00:43:37 +0000 (00:43 +0000)
commitae7de9eb53aa14ac6a044256fb4b2b1d7056119d
treec01fcd967828ba0b92e060cbafd440aa7d53203c
parent1fc51442c5d75cff719dbad214c1744617ace31b
Added file size limit for all shell processes, to stop ImageMagick from writing out gigabytes of scratch files. It uses a deceptively low amount of CPU time while it does this, meaning that it can significantly slow down server performance for many minutes.
bin/ulimit-tvf.sh [new file with mode: 0755]
includes/DefaultSettings.php
includes/GlobalFunctions.php