interrupted by signal 9 : SIGKILL

Problem Description:

interrupted by signal 9 : SIGKILL
insert image description here


Cause Analysis:

Terminal top checks that the cpu memory is not full, and nvidia-smi checks that the gpu is not full either.
The possible reason is: the pycharm configuration running memory is too small.


solution:

  1. Find the installation directory of pycharm, /download/pycharm-community-2021.1.1/bin/pycharm.vmoptions
  2. Right-click to open with a text editor, and modify the minimum and maximum memory of the first two pycharm as shown in the figure:
    insert image description here
    3. Since my computer GPU is 4G, the maximum memory is modified to 3G
    insert image description here

Guess you like

Origin blog.csdn.net/qq_40992227/article/details/118553430