Manual:$wgMaxShellTime/pt-br
Appearance
| Shell and process control: $wgMaxShellTime | |
|---|---|
| Maximum CPU time in seconds for shell processes under Linux. |
|
| Introduzida na versão: | 1.14.0 (r42136) |
| Removida na versão: | Ainda em uso |
| Valores permitidos: | (positive integer, or 0) |
| Valor padrão: | 180 |
| Outras definições: Ordem alfabética | Por função | |
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.
Ver também
- $wgMaxShellFileSize - Maximum file size created by shell processes under linux
- $wgMaxShellMemory - Maximum amount of virtual memory available to Linux shell processes