tywin: set max arc size to 24GB
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Jake Hillion 2023-06-17 11:28:17 +01:00
parent e84b929805
commit 19f80f6604

View File

@ -25,11 +25,13 @@
## Filesystems
fileSystems."/".options = [ "compress=zstd" ];
boot.supportedFilesystems = [ "zfs" ];
boot.zfs = {
forceImportRoot = false;
extraPools = [ "data" ];
};
boot.kernelParams = [ "zfs.zfs_arc_max=25769803776" ];
fileSystems."/mnt/d0".options = [ "x-systemd.mount-timeout=3m" ];