Commit fd30f64e by Han Su Kim

Increase RAM, needs it to build from scratch

parent 3e309126
...@@ -5,7 +5,7 @@ end ...@@ -5,7 +5,7 @@ end
VAGRANTFILE_API_VERSION = "2" VAGRANTFILE_API_VERSION = "2"
MEMORY = 2048 MEMORY = 4096
CPU_COUNT = 2 CPU_COUNT = 2
edx_platform_mount_dir = "edx-platform" edx_platform_mount_dir = "edx-platform"
......
...@@ -2,7 +2,7 @@ Vagrant.require_version ">= 1.5.3" ...@@ -2,7 +2,7 @@ Vagrant.require_version ">= 1.5.3"
VAGRANTFILE_API_VERSION = "2" VAGRANTFILE_API_VERSION = "2"
MEMORY = 2048 MEMORY = 4096
CPU_COUNT = 2 CPU_COUNT = 2
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment