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

Playcity (토론 | 기여)님의 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;