|
@@ -29,7 +29,8 @@ config XEN_PVHVM
|
|
|
|
|
|
config XEN_MAX_DOMAIN_MEMORY
|
|
config XEN_MAX_DOMAIN_MEMORY
|
|
int
|
|
int
|
|
- default 128
|
|
|
|
|
|
+ default 500 if X86_64
|
|
|
|
+ default 64 if X86_32
|
|
depends on XEN
|
|
depends on XEN
|
|
help
|
|
help
|
|
This only affects the sizing of some bss arrays, the unused
|
|
This only affects the sizing of some bss arrays, the unused
|
|
@@ -48,3 +49,4 @@ config XEN_DEBUG_FS
|
|
help
|
|
help
|
|
Enable statistics output and various tuning options in debugfs.
|
|
Enable statistics output and various tuning options in debugfs.
|
|
Enabling this option may incur a significant performance overhead.
|
|
Enabling this option may incur a significant performance overhead.
|
|
|
|
+
|