Fix some typos in comments

GIT_SILENT
This commit is contained in:
Nate Graham
2025-08-13 19:27:27 -06:00
parent e984f8087f
commit cd3287a069

View File

@@ -1,12 +1,12 @@
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# SPDX-FileCopyrightText: 2025 Nate Graham <nate@kde.org>
# With fast RAM-backed zswap, tell the kernel it's faster than I/O so it
# 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
# Read-ahead is unneeded with fast RAM-backed zswap
# Read-ahead is unneeded with zram
vm.page-cluster = 0
# Defragging is unneeded with fast RAM-backed zswap
# Defragging is unneeded with zram
vm.watermark_boost_factor = 0
# Make kswapd more aggressive because fast ram-backed zwap is cheap
# Make kswapd more aggressive because zram is cheap
vm.watermark_scale_factor = 125