Commit b7a2691e by Feanil Patel

Merge pull request #1875 from yrchen/IncreaseRAM

Increase RAM to avoid out of memory in stacks
parents d2b6bf83 a3479f16
......@@ -39,3 +39,4 @@ Brandon DeRosier <bdero@mit.edu>
Arbab Nazar <arbab@edx.org>
Nilesh Londhe <nilesh@cloudgeni.us>
Riccardo Murri <riccardo.murri@uzh.ch>
Xaver Y.R. Chen <yrchen@ATCity.org>
......@@ -5,7 +5,7 @@ end
VAGRANTFILE_API_VERSION = "2"
MEMORY = 2048
MEMORY = 4096
CPU_COUNT = 2
$script = <<SCRIPT
......
......@@ -2,7 +2,7 @@ Vagrant.require_version ">= 1.5.3"
VAGRANTFILE_API_VERSION = "2"
MEMORY = 2048
MEMORY = 4096
CPU_COUNT = 2
# map the name of the git branch that we use for a release
......
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