ray.exceptions.OutOfMemoryError#

exception ray.exceptions.OutOfMemoryError(message)[source]#

Indicates that the node is running out of memory and is close to full.

This is raised if the node is low on memory and tasks or actors are being evicted to free up memory.