Shell and process control: $wgMaxShellTime
Maximum CPU time in seconds for shell processes under Linux.
Introduced in version:1.14.0 (r42136)
Removed in version:still in use
Allowed values:(positive integer, or 0)
Default value:180

Details

Under Linux, shell commands are executed with the time and memory limits given by $wgMaxShellTime and $wgMaxShellMemory. Setting either variable to 0 will disable both limits.

See also

  • $wgMaxShellFileSize - Maximum file size created by shell processes under linux
  • $wgMaxShellMemory - Maximum amount of virtual memory available to Linux shell processes
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.