Ray killed automatically

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.

Hi @panurjoma

Welcome to the community!

What’s the difference between RAM memory and local memory? Could you be more specific about the application being killed. Are you saying that your Ray driver program being killed while executing? How did you start the Ray cluster? What’s the Ray version?