Builds in AppVeyor are failing as they do not have enough free memory. Drop the thresh hold a little more.

This commit is contained in:
Taliesin Sisson 2016-07-24 18:07:43 +01:00
parent f38d787b0e
commit c1538c59c9

View File

@ -32,7 +32,7 @@ const (
MinRamSize = 32 // 32MB
MaxRamSize = 32 * 1024 // 32GB
LowRam = 384 // 384MB
LowRam = 256 // 256MB
DefaultUsername = "vagrant"
DefaultPassword = "vagrant"