From 964c0768611ee862b6cdf9334b3d8f314111b234 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 21 Nov 2024 10:13:26 -0300 Subject: etc/guix/system.scm: Bump swappiness from 100 to 200 --- etc/guix/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/guix') diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 3df7191..da25e92 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -231,7 +231,7 @@ Seiko Epson Color Ink Jet Printers.") (settings (append (sysctl-configuration-settings config) - '(("vm/swappiness" . "100") ;; chorume: this should be calculated based on (RAM size)/(swap size) ration + '(("vm/swappiness" . "200") ;; chorume: this should be calculated based on (RAM size)/(swap size) ration ("kernel/core_pattern" . "/var/crash/core-%t-%e-%p-%s-%u-%g")))))) (rottlog-service-type config => (rottlog-configuration -- cgit v1.2.3