Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vmnetx-server only supports 20 simultaneous VMs by default #51

Open
bgilbert opened this issue Dec 4, 2013 · 0 comments
Open

vmnetx-server only supports 20 simultaneous VMs by default #51

bgilbert opened this issue Dec 4, 2013 · 0 comments
Labels

Comments

@bgilbert
Copy link
Contributor

bgilbert commented Dec 4, 2013

We create a new libvirtd connection for every VM, and by default libvirtd only allows 20 simultaneous connections. This can be changed in libvirtd.conf:

max_clients = 100
max_workers = 100

The path to libvirtd.conf can be determined by running libvirtd --help.

We should either document the limitation or switch to using one libvirt connection for all VMs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant