Manual:$wgMaxShellTime/zh
From Linux Web Expert
<translate> Shell and process control</translate>: $wgMaxShellTime | |
---|---|
Maximum CPU time in seconds for shell processes under Linux. |
|
<translate> Introduced in version:</translate> | 1.14.0 (r42136) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (正整数或0) |
<translate> Default value:</translate> | 180 |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
细节
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.
參見
- $wgMaxShellFileSize - Maximum file size created by shell processes under linux
- $wgMaxShellMemory - Maximum amount of virtual memory available to Linux shell processes