From 4f660bfc5a346108b62e755740b4f09d3f13f03f Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 1 May 2025 21:49:04 +0200 Subject: [PATCH] more arc, no mem swap --- share/common.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/share/common.nix b/share/common.nix index f66d946..a615102 100644 --- a/share/common.nix +++ b/share/common.nix @@ -114,10 +114,6 @@ in # tweak ZFS boot.extraModprobeConfig = '' - # between 1 and 8 GB large ARC - options zfs zfs_arc_min=1073741824 - options zfs zfs_arc_max=8589934592 - # less scrub impact on other IO options zfs zfs_scrub_delay=32 options zfs zfs_vdev_scrub_min_active=1 @@ -162,9 +158,6 @@ in themePackages = [ pkgs.adi1090x-plymouth-themes ]; }; - # swap to RAM - zramSwap.enable = true; - # root file system, we will rollback that on boot fileSystems."/" = { device = "zpool/root";