Im working with several large PDFs and Im running into the message *limit.sh: timed out executing command "'pdftotext' *is there a way to let that run until it finishes?
On Fri, Jun 9, 2017 at 2:04 AM, John phoenixoverride@gmail.com wrote:
Im working with several large PDFs and Im running into the message *limit.sh: timed out executing command "'pdftotext' *is there a way to let that run until it finishes?
Set $wgMaxShellWallClockTime = 0; (0 should mean disable the check. Default is 180. its measured in seconds). Other related settings include: $wgMaxShellTime, $wgMaxShellFileSize, $wgMaxShellMemory.
-- bawolff
mediawiki-l@lists.wikimedia.org