You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the test suite, the following message appears:
2022-08-12 20:12:41,753 WARNING worker.py:1404 -- WARNING: 46 PYTHON worker processes have been started on node: 711ff7ca6e04ebd43f741dc793cac210f317e2cb1a237efd6ed17789 with address: 10.1.0.30. This could be a result of using a large number of actors, or due to tasks blocked in ray.get() calls (see https://github.com/ray-project/ray/issues/3644 for some discussion of workarounds).
As the number of worker processes keeps increasing as the test suite progresses, it looks like we have a resource leak somewhere in our code.
The text was updated successfully, but these errors were encountered:
When running the test suite, the following message appears:
As the number of worker processes keeps increasing as the test suite progresses, it looks like we have a resource leak somewhere in our code.
The text was updated successfully, but these errors were encountered: