[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0/2] x86/dom0: improve PVH paging memory calculation
Hello, There have been several reports of PVH Dom0 builder running out of memory due to bad paging memory approximation done in dom0_compute_nr_pages. The most recent reports is: https://lists.xenproject.org/archives/html/xen-devel/2018-11/msg03103.html This series attempts to improve the situation by introducing a new function to approximate the memory usage of HAP and IOMMU page tables. It also takes into account whether the IOMMU page tables are shared with HAP or not when calculating the amount of available memory. It can be found on the following git repo: git://xenbits.xen.org/people/royger/xen.git dom0-paging-v1 Thanks, Roger. Roger Pau Monne (2): x86/dom0: rename paging function x86/dom0: improve paging memory usage calculations xen/arch/x86/dom0_build.c | 27 ++++++++++++++++++++++----- xen/arch/x86/hvm/dom0_build.c | 6 ++++-- xen/include/asm-x86/dom0_build.h | 4 +++- 3 files changed, 29 insertions(+), 8 deletions(-) -- 2.19.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |