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
Recent changes seem to have greatly increased the amount of VRAM needed to run the simulator. As below, running a single robot is using a combined 5.5gb of vram across 2 processes without our code running (I only ran a single instance of the simulator). Is there any way to reduce this as it doesn't leave much room for anything else running on the system?
The text was updated successfully, but these errors were encountered:
This also depends on the world you're using and whether you use levels or not. It will also maybe depend on the robot and how much cameras does it have.
Choice of robot didn't make much difference for me, it does appear the world choice matters significantly. I'm running in final practice 1 now and the combined simulator+gui usage is only ~2.1gb (vs the 5.5gb for final qual) with the same robot I used before. I've also noticed the final qual map will freeze for a few minutes at startup as the vram is gradually allocated, so there is something in particular about that world that is contributing to high vram usage.
Recent changes seem to have greatly increased the amount of VRAM needed to run the simulator. As below, running a single robot is using a combined 5.5gb of vram across 2 processes without our code running (I only ran a single instance of the simulator). Is there any way to reduce this as it doesn't leave much room for anything else running on the system?
The text was updated successfully, but these errors were encountered: