We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0778369 commit 343fbdfCopy full SHA for 343fbdf
1 file changed
kconfigs/Kconfig.libvirt
@@ -450,6 +450,16 @@ config LIBVIRT_MEM_32G
450
help
451
Use 32 GiB of RAM on guests.
452
453
+config LIBVIRT_MEM_64G
454
+ bool "64"
455
+ help
456
+ Use 64 GiB of RAM on guests.
457
+
458
+config LIBVIRT_MEM_128G
459
+ bool "128"
460
461
+ Use 128 GiB of RAM on guests.
462
463
endchoice
464
465
config LIBVIRT_MEM_MB
@@ -460,6 +470,8 @@ config LIBVIRT_MEM_MB
470
default 8192 if LIBVIRT_MEM_8G
471
default 16384 if LIBVIRT_MEM_16G
472
default 32768 if LIBVIRT_MEM_32G
473
+ default 65536 if LIBVIRT_MEM_64G
474
+ default 131072 if LIBVIRT_MEM_128G
475
476
How much MiB of RAM to use per guest.
477
0 commit comments