mirror of
https://github.com/KDE/kde-linux.git
synced 2026-05-24 08:16:12 -04:00
Override default arch sysctl config
Ours was 00-; Arch's is 10-; as a result Arch's config is taking precedence over ours! This mostly doesn't matter except for `fs.inotify.max_user_instances`, which is set in both. Because Arch's file wins, the value is currently stuck at 1024 instead of the 8192 value we intended.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
# SPDX-FileCopyrightText: 2025 Nate Graham <nate@kde.org>
|
||||
# SPDX-FileCopyrightText: 2025 Thomas Duckworth <tduck@filotimoproject.org>
|
||||
|
||||
# Numbered 11- to take precedence over the default Arch config, which is 10-
|
||||
|
||||
# With fast RAM-backed swap (zram), tell the kernel it's faster than I/O so it
|
||||
# doesn't use slower file pages as often
|
||||
vm.swappiness = 180
|
||||
Reference in New Issue
Block a user