mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-13 21:09:31 +00:00
runtime: update SNP's default guest maximum memory
Update the default max memory for guest vm to 512GB sev-snp config fixes: https://github.com/kata-containers/kata-containers/issues/10836 Signed-off-by: liudali8 <liudali8@jd.com>
This commit is contained in:
@@ -149,7 +149,7 @@ default_memory = @DEFMEMSZ@
|
||||
# unspecified or == 0 --> will be set to the actual amount of physical RAM
|
||||
# > 0 <= amount of physical RAM --> will be set to the specified number
|
||||
# > amount of physical RAM --> will be set to the actual amount of physical RAM
|
||||
default_maxmemory = @DEFMAXMEMSZ@
|
||||
default_maxmemory = 524288
|
||||
|
||||
# The size in MiB will be plused to max memory of hypervisor.
|
||||
# It is the memory address space for the NVDIMM devie.
|
||||
|
Reference in New Issue
Block a user