본문 바로가기

Debugging

Pycharm 파이참 out of memory shut down 오류 해결

 

GeForce GTX 1060

 

파이참으로 DCGAN 코드를 돌리다보면 항상 에폭 1만 후반대에서 out of memory 메세지가 뜨며 노트북이 셧다운 되었다.

 

다음 2가지 방법으로 문제를 해결하였다.

 

 

 

 

1. NVIDIA 관련 프로그램 정리

https://appuals.com/fix-nvidia-container-high-cpu-usage/

 

Fix: NVIDIA Container High CPU Usage - Appuals.com

NVIDIA comes with plenty of background processes and sometimes some of them decide to misbehave and cause all sorts of problems to the users. One of such

appuals.com

해당 링크의 솔루션 2, 3번 조치를 취했다.

GeForce Experience 프로그램 삭제, NVIDIA Telemetry Container 작업 비활성화

 

 

 

 

2. 파이참 메모리 힙 늘리기

[Help]-[Edit Custom VM Options]

Xmx, Xms 값을 다음과 같이 조정한다.