Manual:$wgMaxShellTime

This page is a translated version of the page Manual:$wgMaxShellTime and the translation is 44% complete.
Shell and process control: $wgMaxShellTime
Maximum CPU time in seconds for shell processes under Linux.
Introducido en la versión:1.14.0 (r42136)
Eliminado en la versión:aún se usa
Valores permitidos:(entero >= 0)
Valor predeterminado:180

Detalles

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.

Véase también