Manual:$wgMaxShellTime
Appearance
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 |
Otras configuraciones: Alfabéticamente | Por Función |
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
- $wgMaxShellFileSize - Maximum file size created by shell processes under linux
- $wgMaxShellMemory - Maximum amount of virtual memory available to Linux shell processes