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:
liudali8
2025-02-05 14:10:27 +08:00
parent 429b2654f4
commit 211e3a1581

View File

@@ -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.