Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do the vagrant VM's really need to have 1GB memory? #75

Closed
electrical opened this issue Nov 19, 2013 · 6 comments
Closed

Do the vagrant VM's really need to have 1GB memory? #75

electrical opened this issue Nov 19, 2013 · 6 comments

Comments

@electrical
Copy link
Contributor

Currently the Vagrant Vm is made with

 v_file << "    vb.customize [\"modifyvm\", :id, \"--memory\", \"1024\"]\n"

They should run fine with 512MB..

@hunner
Copy link
Member

hunner commented Jan 30, 2014

I think this is because the same boxes are used for PE masters. It should probably be configurable.

@anodelman
Copy link
Contributor

Yes, it is set to 1GB to allows for full PE installation.

@electrical
Copy link
Contributor Author

@anodelman @hunner okay, makes sense then. perhaps making it configurable would be useful?
im not planning to run full PE installations :-)

@anodelman
Copy link
Contributor

True enough, let me file a ticket for adding an option to the config file for vagrant hosts.

@electrical
Copy link
Contributor Author

Cool thanks! :-)

@electrical
Copy link
Contributor Author

Closing since #141 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants