diff --git a/debian/changelog b/debian/changelog index 8d91dae..c46af96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tileos-system-adjustments (1.5.1~tileos) unstable; urgency=medium + + * Fix comments + + -- Aleksey Samoilov Thu, 07 Mar 2024 11:27:49 +0400 + tileos-system-adjustments (1.5~tileos) unstable; urgency=medium * Disable Kyber scheduler for SSD and set mq-deadline diff --git a/etc/sysctl.d/tileos.conf b/etc/sysctl.d/tileos.conf index 64709e1..68cce44 100644 --- a/etc/sysctl.d/tileos.conf +++ b/etc/sysctl.d/tileos.conf @@ -1,12 +1,12 @@ # Set the maximum watches on files fs.inotify.max_user_watches = 600000 -For efficiency run-time is transferred between the global pool and CPU local -"silos" in a batch fashion. This greatly reduces global accounting pressure -on large systems. The amount transferred each time such an update is required -is described as the "slice". -Larger slice values will reduce transfer overheads, while smaller values allow -for more fine-grained consumption. +# For efficiency run-time is transferred between the global pool and CPU local +# "silos" in a batch fashion. This greatly reduces global accounting pressure +# on large systems. The amount transferred each time such an update is required +# is described as the "slice". +# Larger slice values will reduce transfer overheads, while smaller values allow +# for more fine-grained consumption. kernel.sched_cfs_bandwidth_slice_us = 3000 # This file contains the maximum number of memory map areas a process may have. Memory map areas are used as a side-effect of calling malloc, directly by mmap, mprotect, and madvise, and also when loading shared libraries.