Skip to content

Commit dae6620

Browse files
authored
Merge pull request #18 from jean-edouard/stable-6-stubmem
STABLE-6: Bump the default stubdom memory amount to match xenmgr
2 parents 0d2f7ed + f4bc277 commit dae6620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xenvm/vmconfig.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ let empty =
812812
flask_label = None;
813813
cores_per_socket = None;
814814
stubdom = None;
815-
stubdom_memory = 64L;
815+
stubdom_memory = 80L;
816816
stubdom_initrd = Some "/usr/lib/xen/boot/stubdomain-initramfs";
817817
stubdom_kernel = "/usr/lib/xen/boot/stubdomain-bzImage";
818818
stubdom_cmdline = "init=/init xen_blkfront.max=8";

0 commit comments

Comments
 (0)