Set MaxRamSize to 64GB

Fixes #7784
This commit is contained in:
Dave Hirschfeld 2019-06-22 19:47:16 +10:00 committed by GitHub
parent 757bd4bed9
commit 96a3ef1465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ import (
const (
DefaultRamSize = 1 * 1024 // 1GB
MinRamSize = 32 // 32MB
MaxRamSize = 32 * 1024 // 32GB
MaxRamSize = 64 * 1024 // 64GB
MinNestedVirtualizationRamSize = 4 * 1024 // 4GB
LowRam = 256 // 256MB