From c4f963204f89f5a7fb15049761272ac9ccf6a841 Mon Sep 17 00:00:00 2001 From: Maxim Uvarov Date: Fri, 14 Oct 2011 15:36:51 -0700 Subject: [PATCH] --- yaml --- r: 282070 b: refs/heads/master c: 80df46494846e857399618c54df30ce294dc1edd h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/xen/Kconfig | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 920af969e9f6..084bdce511a3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 92931abf3f5bd3efe941d67d67c5f14b6c16d4f7 +refs/heads/master: 80df46494846e857399618c54df30ce294dc1edd diff --git a/trunk/arch/x86/xen/Kconfig b/trunk/arch/x86/xen/Kconfig index 26c731a106af..fdce49c7aff6 100644 --- a/trunk/arch/x86/xen/Kconfig +++ b/trunk/arch/x86/xen/Kconfig @@ -29,7 +29,8 @@ config XEN_PVHVM config XEN_MAX_DOMAIN_MEMORY int - default 128 + default 500 if X86_64 + default 64 if X86_32 depends on XEN help This only affects the sizing of some bss arrays, the unused @@ -48,3 +49,4 @@ config XEN_DEBUG_FS help Enable statistics output and various tuning options in debugfs. Enabling this option may incur a significant performance overhead. +