Replies: 1 comment
-
|
The data has to go into object store because it is produced by a ray task. Also, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The number of tasks that can run in each batch here is the number of CPU resources. However, after each batch of data is processed, the data of the iter result is not directly generated. This part of the data is placed on the ray object_memory_store, and then an out - of - memory (OOM) error occurs. Especially when I hope to use 0.5 CPU to run a task.
Beta Was this translation helpful? Give feedback.
All reactions