Handbuch:$wgMaxShellTime
Appearance
| Shell und Prozesskontrolle: $wgMaxShellTime | |
|---|---|
| Maximum CPU time in seconds for shell processes under Linux. |
|
| Eingeführt in Version: | 1.14.0 (r42136) |
| Entfernt in Version: | Weiterhin vorhanden |
| Erlaubte Werte: | (positive ganze Zahl oder 0) |
| Standardwert: | 180 |
| Andere Einstellungen: Alphabetisch | Nach Funktion | |
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.
Siehe auch
- $wgMaxShellFileSize - Maximum file size created by shell processes under linux
- $wgMaxShellMemory - Maximum amount of virtual memory available to Linux shell processes