StanfordVL / OmniGibson

OmniGibson: a platform for accelerating Embodied AI research built upon NVIDIA's Omniverse engine. Join our Discord for support: https://discord.gg/bccR5vGFEx
https://behavior.stanford.edu/omnigibson/
MIT License
430 stars 48 forks source link

Alert users is max_users_watches is too low #110

Open mjlbach opened 1 year ago

mjlbach commented 1 year ago

See: https://docs.omniverse.nvidia.com/app_isaacsim/prod_kit/linux-troubleshooting.html#q11-getting-spam-of-failures-failed-to-create-change-watch-for-xxx-errno-28-no-space-left-on-device

This prevents running more than a few omnigibson processes on the same node, there should be a runtime python check/warning about this

cgokmen commented 1 year ago

This even happens with VSCode + OmniGibson running on a single node - VSCode tracks all the files in the dataset causing this issue.

cremebrule commented 1 year ago

@cgokmen Does the proposed fix work (setting max_user_watches to 512k)?