On Mon, Jul 28, 2025 at 06:06:46AM +0000, Martin wrote: > Can anybody share some way how to increase VM quantity per host (more than > four VMs running simultaneously)
You probably need to add more tap devices in /dev... # cd /dev # ./MAKEDEV tap4 # ./MAKEDEV tap5 [...]