update + zfs arc increase

This commit is contained in:
Simon Gardling 2025-03-28 15:02:26 -04:00
parent a166e3a2c0
commit 17ea266501
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@ -198,11 +198,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1742806253, "lastModified": 1743167577,
"narHash": "sha256-zvQ4GsCJT6MTOzPKLmlFyM+lxo0JGQ0cSFaZSACmWfY=", "narHash": "sha256-I09SrXIO0UdyBFfh0fxDq5WnCDg8XKmZ1HQbaXzMA1k=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "ecaa2d911e77c265c2a5bac8b583c40b0f151726", "rev": "0ed819e708af17bfc4bbc63ee080ef308a24aa42",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -214,11 +214,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1743036386, "lastModified": 1743161759,
"narHash": "sha256-W1Qap/jwnpvWPXC+cUp0PlaZsJO05sfQfzffRrYW7YY=", "narHash": "sha256-AJJy0SKtqLld9JPYi/yvI2P6qCNpcjExHuniZbRSklk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1751c9cb80247edc5fed79b90211a92c56bf91e6", "rev": "873f4b2202bdac3845fa5ae294cfa2748ef0667e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -22,7 +22,7 @@ in
boot.kernelParams = boot.kernelParams =
let let
mb = 4096; mb = 12000;
in in
[ [
"zfs.zfs_arc_max=${builtins.toString (mb * 1000000)}" "zfs.zfs_arc_max=${builtins.toString (mb * 1000000)}"