diff --git a/Vagrantfile b/Vagrantfile index 7a646a94..ba7569f6 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -35,6 +35,7 @@ else memory = 1024 puts "Vagrant launched from unsupported platform." end +memory = [memory, 4096].max puts "Platform: " + cpus.to_s + " CPUs, " + memory.to_s + " MB memory" Vagrant.configure(2) do |config|