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
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.
The text was updated successfully, but these errors were encountered:
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
:The path to
libvirtd.conf
can be determined by runninglibvirtd --help
.We should either document the limitation or switch to using one libvirt connection for all VMs.
The text was updated successfully, but these errors were encountered: