release 6.16.3 (preliminary)
This commit is contained in:
21
debian/patches/patchset-xanmod/xanmod/0011-XANMOD-mm-vmscan-Reduce-amount-of-swapping.patch
vendored
Normal file
21
debian/patches/patchset-xanmod/xanmod/0011-XANMOD-mm-vmscan-Reduce-amount-of-swapping.patch
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
From 5dc99919f35bd759762b4ebaee55cead67f80680 Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Frade <kernel@xanmod.org>
|
||||
Date: Fri, 30 May 2025 19:58:58 +0000
|
||||
Subject: [PATCH 15/20] XANMOD: mm/vmscan: Reduce amount of swapping
|
||||
|
||||
Signed-off-by: Alexandre Frade <kernel@xanmod.org>
|
||||
---
|
||||
mm/vmscan.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
--- a/mm/vmscan.c
|
||||
+++ b/mm/vmscan.c
|
||||
@@ -200,7 +200,7 @@ struct scan_control {
|
||||
/*
|
||||
* From 0 .. MAX_SWAPPINESS. Higher means more swappy.
|
||||
*/
|
||||
-int vm_swappiness = 60;
|
||||
+int vm_swappiness = 10;
|
||||
|
||||
#ifdef CONFIG_MEMCG
|
||||
|
Reference in New Issue
Block a user