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

VagrantFile makes 4GB machine by default, README.md states it is 3GB #1407

Closed
wgilling opened this issue Jan 21, 2020 · 2 comments · Fixed by Islandora-Devops/islandora-playbook#171
Milestone

Comments

@wgilling
Copy link
Contributor

In my attempts to run the islandora_playbook using an older MacBook laptop that has 4 GB 1600 MHz DDR3, the process never completed due to insufficient memory or timed-out processes.

Either the README.md should reflect that a VM is created with the default size of 4GB (and thereby, the user should have a machine that is capable of running that) or the VagrantFile should set up the default value to truly reflect what the README says the default value is:

$memory = ENV.fetch("ISLANDORA_VAGRANT_MEMORY", "4096")

That VagrantFile changed June 18, 2018 from 3GB to 4GB (among other changes) : Islandora-Devops/islandora-playbook@364faee#diff-23b6f443c01ea2efcb4f36eedfea9089

I would be happy to make a pull request to achieve either of the above suggestions.

PS: don't feel bad for me -- it was a temporary laptop so I am not going to have to suffer very long with the limited RAM.

@dannylamb
Copy link
Contributor

@wgilling Pretty sure I did that. I was having boxes fail to come up b/c of OOM errors when composer runs. But that was June 2018 and we have done this since, which optimizes composer. Maybe it can make through provisioning on just 3GB? If you can confirm we can dial it back down in the vagrantfile.

@dannylamb dannylamb added this to the 1.1.0 milestone Jan 29, 2020
@wgilling
Copy link
Contributor Author

During the Islandora 8 call, some suggestions were:

The consensus seems to be that the VagrantFile be set to 4GB and the README explains that the allocation can be increased to lead to better performance.

@dannylamb suggested that a dynamic memory option should be made as a separate issue.

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

Successfully merging a pull request may close this issue.

3 participants