projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eb2237
)
Set default memory size to our no-swap-needed minimum
author
Matt Palmer
<mpalmer@hezmatt.org>
Mon, 14 Sep 2015 05:45:14 +0000
(15:45 +1000)
committer
Matt Palmer
<mpalmer@hezmatt.org>
Mon, 14 Sep 2015 05:45:14 +0000
(15:45 +1000)
Vagrantfile
patch
|
blob
|
blame
|
history
diff --git
a/Vagrantfile
b/Vagrantfile
index 106b625b58cfef6eb86d1dd021c3a19bcd3d61e9..c3e3a282b74d38289ba8a14a740985c94f90a959 100644
(file)
--- a/
Vagrantfile
+++ b/
Vagrantfile
@@
-1,4
+1,8
@@
Vagrant.configure(2) do |config|
+ config.vm.provider "virtualbox" do |v|
+ v.memory = 2048
+ end
+
config.vm.define :dockerhost do |config|
config.vm.box = "trusty64"
config.vm.box_url = "http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box"