mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-20 14:37:58 -04:00
Fix some typos in comments
GIT_SILENT
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user