go-python
go-python copied to clipboard
Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
OS: mac air go version: 1.8
I run your example, but got this and nothing in output: what's the problem?
Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
that's a bit hard to tell, but from the signal, it would seem this is external to the process (ie: I'd believe it's the OS that has sent that signal and interrupted the execution of the program)
which example did you run? how?
I have same the output, I. think because the dataset are so big for the computation of computer then the computer must kill the process of algorithm automatic to protect device
In my case, memory usage was very high.
is there a way that allows the code to continue after exit code 137