Shell and process control: $wgMaxShellTime | ||
Maximum CPU time in seconds for shell processes under Linux. | ||
Introduced in version: | 1.14.0 (r42136) | |
Removed in version: | still in use | |
Allowed values: | (positive integer, or 0) | |
Default value: | 180 | |
Other settings: Alphabetical | By function |
Details
리눅스 아래에서, 쉘 명령은 $wgMaxShellTime와 $wgMaxShellMemory에 의해 주어진 시간과 메모리 제한으로 실행됩니다. 두 변수 중 하나를 0으로 설정하면 두 제한이 모두 비활성화됩니다.
See also
- $wgMaxShellFileSize - 리눅스 아래에서 쉘 프로세스에 의해 생성되는 최대 파일 크기
- $wgMaxShellMemory - 리눅스 쉘 프로세스에서 사용할 수 있는 최대 가상 메모리의 양