Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-11-07,master
commit 5988e9158088cc48bc3232fd50757cd965d99630 Author: Sven Eckelmann sven@narfation.org Date: Sun Nov 3 17:56:08 2019 +0000
doc: open-mesh/Kernel_hacking_Debian_image: run tickless kernel (when idle) to reduce load on host system
5988e9158088cc48bc3232fd50757cd965d99630 open-mesh/Kernel_hacking_Debian_image.textile | 1 + 1 file changed, 1 insertion(+)
diff --git a/open-mesh/Kernel_hacking_Debian_image.textile b/open-mesh/Kernel_hacking_Debian_image.textile index 3b7b078..ad1d8a7 100644 --- a/open-mesh/Kernel_hacking_Debian_image.textile +++ b/open-mesh/Kernel_hacking_Debian_image.textile @@ -210,6 +210,7 @@ CONFIG_NET_IP_TUNNEL=y CONFIG_NET_IPGRE=y CONFIG_NET_IPGRE_BROADCAST=y # CONFIG_LEGACY_PTYS is not set +CONFIG_NO_HZ_IDLE=y
# makes boot a lot slower but required for shutdown CONFIG_ACPI=y