[Question] Dealing with out of GPU memory errors and closing the process automatically #536
Replies: 1 comment 1 reply
-
This is no longer an issue on the latest release v1.2.0 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Question
I tried increasing the number of envs and camera width/height to large values to see what the limit I can hit given my GPU memory that is free. However in trying to test this I will sometimes get
While I understand the error (out of memory), the process does not automatically close, and I cannot call .close on the simulation app because no error is raised somehow? Any way to make the process close? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions