Podręcznik:$wgMaxShellTime
Appearance
| Shell and process control: $wgMaxShellTime | |
|---|---|
| Maksymalny czas procesora w sekundach dla procesów powłoki w Linuksie. |
|
| Wprowadzono w wersji: | 1.14.0 (r42136) |
| Usunięto w wersji: | nadal w użyciu |
| Dozwolone wartości: | (liczba całkowita dodatnia lub 0) |
| Domyślna wartość: | 180 |
| Inne ustawienia: Alfabetycznie | Według funkcji | |
Szczegóły
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.
Zobacz też
- $wgMaxShellFileSize - Maximum file size created by shell processes under linux
- $wgMaxShellMemory - Maximum amount of virtual memory available to Linux shell processes