Commit ed48b694 by Carson Gee

Bumping vagrant boxes RAM

I ran into failures to compile/install platform requirements and bumping the
RAM fixed them.
parent d5cc4d9f
MEMORY = 1536
MEMORY = 2048
CPU_COUNT = 2
Vagrant.configure("2") do |config|
......
MEMORY = 1024
MEMORY = 2048
CPU_COUNT = 2
Vagrant.configure("2") 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