[packages/kernel] Let kernel online memory automatically. Fixes: 'Out of memory and no killable processes...' boot fai
arekm
arekm at pld-linux.org
Tue May 27 10:57:32 CEST 2025
commit 4c3bac3e355e1dfd592fe0aa9d7a4e7bd067bd67
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue May 27 09:52:05 2025 +0200
Let kernel online memory automatically. Fixes: 'Out of memory and no killable processes...' boot failure under proxmox VM, when memory hotplug is enabled for that VM
kernel-multiarch.config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index 840c6153..b90b8304 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -14377,8 +14377,8 @@ FLATMEM_MANUAL all=n alpha=y arm=y arm64=n ppc=y sparc=y sparc64=n
SPARSEMEM_MANUAL all=y alpha=n arm=n arm64=y ppc=n sparc=n sparc64=y
SPARSEMEM_VMEMMAP all=y
MEMORY_HOTPLUG all=y
-MHP_DEFAULT_ONLINE_TYPE_OFFLINE all=y
-MHP_DEFAULT_ONLINE_TYPE_ONLINE_AUTO all=n
+MHP_DEFAULT_ONLINE_TYPE_OFFLINE all=n
+MHP_DEFAULT_ONLINE_TYPE_ONLINE_AUTO all=y
MHP_DEFAULT_ONLINE_TYPE_ONLINE_KERNEL all=n
MHP_DEFAULT_ONLINE_TYPE_ONLINE_MOVABLE all=n
MEMORY_HOTREMOVE all=y
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/4c3bac3e355e1dfd592fe0aa9d7a4e7bd067bd67
More information about the pld-cvs-commit
mailing list