I was in the middle of an execution of ray, and suddenly the application was killed automatically appearing ‘killed’ in the console. I was observing the memory usage and the RAM was a little bit overused with this application. I thought that ray was able to fix this lack of RAM memory by using local memory in which I have space enough to save data.
I have to add that I found a file called raylet.err in which this has been writen for that session mentioned:
Which is the manner to solve this problem?
And how I could visualize ray logs in order to inspect the cause of this issue?
Thank you in advance.