gusztavvargadr / vagrant

Vagrant samples for creating Windows and Ubuntu environments
https://vagrantup.com
The Unlicense
16 stars 3 forks source link

Increase workstations RAM to at least 4gb #38

Closed derwasp closed 7 years ago

derwasp commented 7 years ago

Developing with Visual Studio with 2gb is a painful experience ;)

gusztavvargadr commented 7 years ago

@derwasp I agree, I have it increased in my personal configuration too: https://github.com/gusztavvargadr/vagrant/blob/d16f8164c079ec88cf7bb172df69fb102c142954/src/workstations/vagrant.custom.yml :)

Did you mean increasing it by default? Just wanted to double check if you are aware of the various customization options.

I can imagine scenarios (e.g. running only powershell commands for building) without the need of rdp so less memory can be suitable, but for that probably not a workstation like this is the most optimal setup, so I'm open for increasing it by default if that's what you meant.

derwasp commented 7 years ago

@gusztavvargadr I am sorry for not being clear about it. Yes, I meant by default of course. And yes, I do know about the customization options, it's just I think having more memory by default is more general case here ;)

gusztavvargadr commented 7 years ago

Implemented in https://github.com/gusztavvargadr/workstations/issues/3. Defaults are now 2 cpus with 4 GB of memory.