"미디어위키 섬네일을 만드는 중 오류 발생: the monitored command dumped core $MW WALL CLOCK LIMIT Error code: 134"의 두 판 사이의 차이

(새 문서: == '''증상''' == 섬네일을 만드는 중 오류 발생: /usr/bin/timeout: the monitored command dumped core /경로/limit.sh: line 101: 32372 Aborted /usr/bin/timeout $MW_WALL_CL...)
 
잔글 (문자열 찾아 바꾸기 - "''' ==" 문자열을 " ==" 문자열로)
1번째 줄: 1번째 줄:
== '''증상''' ==
== '''증상 ==
섬네일을 만드는 중 오류 발생: /usr/bin/timeout: the monitored command dumped core /경로/limit.sh: line 101: 32372 Aborted /usr/bin/timeout $MW_WALL_CLOCK_LIMIT /bin/bash -c "$1" 3>&- Error code: 134
섬네일을 만드는 중 오류 발생: /usr/bin/timeout: the monitored command dumped core /경로/limit.sh: line 101: 32372 Aborted /usr/bin/timeout $MW_WALL_CLOCK_LIMIT /bin/bash -c "$1" 3>&- Error code: 134


== '''해결''' ==
== '''해결 ==
다음 설정을 통해 메모리 할당량과 파일 사이즈 한도를 키워 해결할 수 있다.
다음 설정을 통해 메모리 할당량과 파일 사이즈 한도를 키워 해결할 수 있다.



2020년 11월 23일 (월) 23:52 판

증상

섬네일을 만드는 중 오류 발생: /usr/bin/timeout: the monitored command dumped core /경로/limit.sh: line 101: 32372 Aborted /usr/bin/timeout $MW_WALL_CLOCK_LIMIT /bin/bash -c "$1" 3>&- Error code: 134

해결

다음 설정을 통해 메모리 할당량과 파일 사이즈 한도를 키워 해결할 수 있다.

LocalSettings.php 파일에 추가.

  • $wgMaxShellMemory = 512000;
  • $wgMaxShellFileSize = 1024000;