mirror of https://github.com/zulip/zulip.git
Vagrantfile: Update default RAM in development.
This commit is contained in:
parent
568a2facce
commit
21c30b9fed
|
@ -65,8 +65,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||||
|
|
||||||
config.vm.provider "virtualbox" do |vb, override|
|
config.vm.provider "virtualbox" do |vb, override|
|
||||||
override.vm.box = "ubuntu/trusty64"
|
override.vm.box = "ubuntu/trusty64"
|
||||||
# It's possible we can get away with just 1GB; more testing needed
|
# It's possible we can get away with just 1.5GB; more testing needed
|
||||||
vb.memory = 1280
|
vb.memory = 2048
|
||||||
end
|
end
|
||||||
|
|
||||||
$provision_script = <<SCRIPT
|
$provision_script = <<SCRIPT
|
||||||
|
|
Loading…
Reference in New Issue