mirror of https://github.com/zulip/zulip.git
Increase memory for VM
(imported from commit 1f3976bff1526483c5f7f791fbe66ee3dcbb7980)
This commit is contained in:
parent
dd71771a82
commit
f38aa4ca39
|
@ -47,8 +47,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
|
||||
config.vm.provider "virtualbox" do |vb, override|
|
||||
override.vm.box = "ubuntu/trusty64"
|
||||
vb.memory = 2048
|
||||
end
|
||||
#
|
||||
|
||||
# View the documentation for the provider you're using for more
|
||||
# information on available options.
|
||||
|
||||
|
|
Loading…
Reference in New Issue