Why VCSIM takes 3 hours to create 4000 vms setup? #3304
Replies: 2 comments
-
Could you share the vcsim command you used on the command line? (or passing to your docker container?) When I was setting this up, I was finding that the number of vms got quite large quickly depending upon how the parameters I passed. ASIDE: I agree that creating tens of thousands of vms was quite slow. |
Beta Was this translation helpful? Give feedback.
-
Using the v0.36.0 release of vcsim on Linux: % time vcsim -standalone-host 0 -host 400 -vm 4000 -stdinexit >/dev/null </dev/null
real 3m7.009s
user 0m20.785s
sys 0m2.893s Note: using |
Beta Was this translation helpful? Give feedback.
-
we bring up vcsim with 0 inventory and then using govc commands we bring up complete 4k vms setup having 400 hosts, 4 dvs and 4000 vms but this govc script takes 3 hrs to create this whole setup up. Any idea why its taking this much time to create such setup?
Beta Was this translation helpful? Give feedback.
All reactions