Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

all: Bump Virtualbox resources #1488

Merged
merged 1 commit into from
Apr 30, 2015
Merged

all: Bump Virtualbox resources #1488

merged 1 commit into from
Apr 30, 2015

Conversation

titanous
Copy link
Contributor

dev/build to 4GB / 4 cores
demo to 2GB / 2 cores (with customizability via env vars)

@@ -42,7 +42,8 @@
"ssh_username": "vagrant",
"ssh_wait_timeout": "20m",
"vboxmanage": [
["modifyvm", "{{ .Name }}", "--memory", "1024"]
["modifyvm", "{{ .Name }}", "--memory", "4096"],
["modifyvm", "{{.Name}}", "--cpus", "4"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a major thing, but I'd probably keep the whitespace consistent with the line above

@lmars
Copy link
Contributor

lmars commented Apr 30, 2015

LGTM

dev/build to 4GB / 4 cores
demo to 2GB / 2 cores (with customizability via env vars)

Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
titanous added a commit that referenced this pull request Apr 30, 2015
@titanous titanous merged commit fb63827 into master Apr 30, 2015
@titanous titanous deleted the bump-vm-resources branch April 30, 2015 23:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants