본문 바로가기

컴퓨터

[Python] 주피터 노트북 커널이 자꾸 죽을때

자신의 홈 디렉토리에 있는 .jupyter 디렉토리에 들어가 jupyter_notebook_config.py를 열고 max_buffer_size를 찾고 해당 라인의 주석을 제거한 후 원하는 값을 입력한다.

vi로 max_buffer_size를 검색했다.

 

 

대략 10기가의 여유가 있어서 10기가로 설정하였다.

 

도움을 얻은 곳: https://stackoverflow.com/questions/57948003/how-to-increase-jupyter-notebook-memory-limit

 

How to increase Jupyter notebook Memory limit?

I am using jupyter notebook with Python3 on windows 10. My computer has 8GB RAM and at least 4GB of my RAM is free. But when I want to make a numpy ndArray with size 6000*6000 with this command: np.

stackoverflow.com

https://ieworld.tistory.com/18