Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I use virtual machines and containers all the time.
My system is much more powerful than yours, though, I'd wager.
I run mine with 4GB RAM and one fourth the system cores (quad core i7), plus SSD
The SSD is what makes most of the difference, since in a VM, I/O and network performance reaaally suffers. I got this SSD specifically to accelerate VMs. Comfortably virtualizes Windows and various Linux distributions on top of Windows 10 with VMware Workstation.
Unless you're running Arch Linux base or something, you need a bit of horsepower to run VMs comfortably.
One thing though, make sure you have installed VirtualBox Guest Add-ons/VMware Tools (or equivalent for your hypervisor). They really, really speed up stuff.
If you don't have a powerful-ish machine, I suggest running VMs without the GUI and not doing much I/O intensive stuff.
Or upgrading to Windows 10 and using the WSL if you need Linux but don't want to install. -
gvnix19227y@RememberMe i forgot to mention that I access the VM via network as it's an Enterprise VM.
-
I use vagrant, but I'm curious in docker to create multiple vm containers cheaply.
-
I develop almost exclusively on virtual machines, mostly on azure cause I'm a microwhore, but also on Linux because I'm not a stupid microwhore.
Related Rants
!rant
Anyone develop in virtual environment here?
How was your experience?
Mine has been pretty horrendous.
Specs of vm - one core at 2.6ghz and 3Gb ram on win7
rant
vm
java
work