Bump MaxRamSize to 1TB

This commit is contained in:
Dave Hirschfeld 2019-06-25 09:39:27 +10:00 committed by GitHub
parent 96a3ef1465
commit 2a284dffa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ import (
)
const (
DefaultRamSize = 1 * 1024 // 1GB
MinRamSize = 32 // 32MB
MaxRamSize = 64 * 1024 // 64GB
MinNestedVirtualizationRamSize = 4 * 1024 // 4GB
DefaultRamSize = 1 * 1024 // 1GB
MinRamSize = 32 // 32MB
MaxRamSize = 1024 * 1024 // 1TB
MinNestedVirtualizationRamSize = 4 * 1024 // 4GB
LowRam = 256 // 256MB