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:
parent
f38d787b0e
commit
c1538c59c9
@ -32,7 +32,7 @@ const (
|
|||||||
MinRamSize = 32 // 32MB
|
MinRamSize = 32 // 32MB
|
||||||
MaxRamSize = 32 * 1024 // 32GB
|
MaxRamSize = 32 * 1024 // 32GB
|
||||||
|
|
||||||
LowRam = 384 // 384MB
|
LowRam = 256 // 256MB
|
||||||
|
|
||||||
DefaultUsername = "vagrant"
|
DefaultUsername = "vagrant"
|
||||||
DefaultPassword = "vagrant"
|
DefaultPassword = "vagrant"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user