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

RFE: Increase the default RAM to 1GB for the Vagrant box #7

Closed
LalatenduMohanty opened this issue May 8, 2015 · 5 comments
Closed
Assignees

Comments

@LalatenduMohanty
Copy link
Owner

Currently the default RAM is 512MB. We need to increase it to 2GB at least.

@LalatenduMohanty LalatenduMohanty changed the title Increase the default RAM to 1GB for the Vagrant box RFE: Increase the default RAM to 1GB for the Vagrant box May 8, 2015
@LalatenduMohanty
Copy link
Owner Author

#8 should fix the issue

@LalatenduMohanty LalatenduMohanty changed the title RFE: Increase the default RAM to 1GB for the Vagrant box RFE: Increase the default RAM to 2GB for the Vagrant box May 8, 2015
@LalatenduMohanty
Copy link
Owner Author

Also I need to find out how users will get the modified Vagrantfile when they use the image from https://atlas.hashicorp.com/lalatendum/boxes/nulecule-dev

That means vagrant init lalatendum/nulecule-dev should get the modified Vagrant file.

@kbsingh
Copy link
Contributor

kbsingh commented May 12, 2015

2GB seems excessive, can we start with 1GB and see if the problems are resolved. Atleast on my laptop, I only have 8GB of ram and dont want to lose 2GB to the vagrant process unless I really haveto. Do you know why the request went from 1GB to 2GB ?

@LalatenduMohanty
Copy link
Owner Author

I found out that we can change the default RAM of the box while building the box in Koji/image factory

"koji -p cbs image-build --help"
params = ['ovf_cpu_count','ovf_memory_mb','ovf_name',
'rhevm_default_display_type','rhevm_description','rhevm_os_descriptor',
'vsphere_product_name','vsphere_product_vendor_name','vsphere_product_version',
'vsphere_virtual_system_type',
'vagrant_sync_directory']

@LalatenduMohanty LalatenduMohanty removed this from the 1.1 milestone Aug 3, 2015
@LalatenduMohanty LalatenduMohanty changed the title RFE: Increase the default RAM to 2GB for the Vagrant box RFE: Increase the default RAM to 1GB for the Vagrant box Aug 3, 2015
@LalatenduMohanty
Copy link
Owner Author

This project has been merged witth projectatomic/adb-atomic-developer-bundle

All future development will happen at projectatomic/adb-atomic-developer-bundle

All issues have been moved to the new gitrepo.

Repository owner locked and limited conversation to collaborators Aug 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants