summaryrefslogtreecommitdiffstats
path: root/include/xen
diff options
context:
space:
mode:
authorBob Liu <lliubbo@gmail.com>2014-01-22 14:57:44 +0800
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2014-01-31 09:48:43 -0500
commitbc1b0df59e3fc4573f92bc1aab9652047a0aeaa7 (patch)
tree53cc9ed64066763826df51f914556c9f88a2a864 /include/xen
parent08ece5bb2312b4510b161a6ef6682f37f4eac8a1 (diff)
downloadop-kernel-dev-bc1b0df59e3fc4573f92bc1aab9652047a0aeaa7.zip
op-kernel-dev-bc1b0df59e3fc4573f92bc1aab9652047a0aeaa7.tar.gz
drivers: xen: deaggressive selfballoon driver
Current xen-selfballoon driver is too aggressive which may cause OOM be triggered more often. Eg. this bug reported by James: https://lkml.org/lkml/2013/11/21/158 There are two mainly reasons: 1) The original goal_page didn't consider some pages used by kernel space, like slab pages and pages used by device drivers. 2) The balloon driver may not give back memory to guest OS fast enough when the workload suddenly aquries a lot of physical memory. In both cases, the guest OS will suffer from memory pressure and OOM may be triggered. The fix is make xen-selfballoon driver not that aggressive by adding extra 10% of total ram pages to goal_page. It's more valuable to keep the guest system reliable and response faster than balloon out these 10% pages to XEN. Signed-off-by: Bob Liu <bob.liu@oracle.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'include/xen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud