diff --git a/pkgs/os-specific/linux/kernel/linux-2.6.35.nix b/pkgs/os-specific/linux/kernel/linux-2.6.35.nix index b08c4b9bb235..7234c61e59b3 100644 --- a/pkgs/os-specific/linux/kernel/linux-2.6.35.nix +++ b/pkgs/os-specific/linux/kernel/linux-2.6.35.nix @@ -181,6 +181,9 @@ let X86_CHECK_BIOS_CORRUPTION y X86_MCE y + # Allow up to 128 GiB of RAM in Xen domains. + XEN_MAX_DOMAIN_MEMORY 128 + ${if kernelPlatform ? kernelExtraConfig then kernelPlatform.kernelExtraConfig else ""} ${extraConfig} '';