diff options
author | EuAndreh <eu@euandre.org> | 2024-11-21 10:13:26 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-11-21 10:13:26 -0300 |
commit | 964c0768611ee862b6cdf9334b3d8f314111b234 (patch) | |
tree | 4c71376914e2a5217332da926e9939f0fb519137 /etc/guix | |
parent | etc/guix/system.scm: Add sysctl config for vm/swappiness (diff) | |
download | dotfiles-964c0768611ee862b6cdf9334b3d8f314111b234.tar.gz dotfiles-964c0768611ee862b6cdf9334b3d8f314111b234.tar.xz |
etc/guix/system.scm: Bump swappiness from 100 to 200
Diffstat (limited to 'etc/guix')
-rw-r--r-- | etc/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |