Fix comments
This commit is contained in:
parent
55aaa1475d
commit
b48540690c
2 changed files with 12 additions and 6 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
tileos-system-adjustments (1.5.1~tileos) unstable; urgency=medium
|
||||
|
||||
* Fix comments
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> 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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue