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

Playcity (토론 | 기여)님의 2020년 9월 8일 (화) 00:27 판 (새 문서: == '''증상''' == 섬네일을 만드는 중 오류 발생: /usr/bin/timeout: the monitored command dumped core /경로/limit.sh: line 101: 32372 Aborted /usr/bin/timeout $MW_WALL_CL...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

증상

섬네일을 만드는 중 오류 발생: /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;