Replies: 2 comments 1 reply
-
Thank you for posting this. Is this with Isaac Lab 2.0? I will move this post into our Discussions section for follow up. Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi there, this may be because each process is fighting for CPU resources. You can try limiting the CPU thread used for each process by following the logic here - https://github.com/isaac-sim/IsaacLab/blob/main/source/isaaclab/isaaclab/app/app_launcher.py#L523. |
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.
-
Question
I just tried to run multiple IsaacLab instances at the same time. However, I found the time cost increased. For example, one running instance will spend 2 hours, the time cost of two running instances doubled (4 hours per instance), and 3 running instances tripled.
I'm not sure whether this phenomenon is usual in IsaacLab or if I haven't correctly used IsaacLab.
Beta Was this translation helpful? Give feedback.
All reactions