I'm using 16 gigs of ram right now, and I'm upset by the idea of only having 8 gigs, but just out of curiosity, why do you regularly run multiple VMs?
I almost never run any VMs, but occasionally one to play around with other distros. I see a lot of people talking like running multiple VMs is the norm for devs, and I'm curious what people are doing that requires it on a regular basis.
As a web developer, I use VMs to have a completely isolated and reproducible development environment for each project. Vagrant [1] is a popular tool to achieve this, so take a look if you're interested :)
what surprises me is that they would run all of them on their laptop. If it was me, I would be strongly inclined to build a workstation in my basement for hosting all those VMs and remote connect.
I almost never run any VMs, but occasionally one to play around with other distros. I see a lot of people talking like running multiple VMs is the norm for devs, and I'm curious what people are doing that requires it on a regular basis.