Increase zfs arc size to 3 gb
This commit is contained in:
parent
b108f041d9
commit
7c00258b98
@ -1,6 +1,6 @@
|
|||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
let
|
let
|
||||||
zfs_arc_max = toString (2 * 1024 * 1024 * 1024);
|
zfs_arc_max = toString (3 * 1024 * 1024 * 1024);
|
||||||
in {
|
in {
|
||||||
boot = {
|
boot = {
|
||||||
# extraModprobeConfig = ''
|
# extraModprobeConfig = ''
|
||||||
@ -82,4 +82,4 @@ in {
|
|||||||
};
|
};
|
||||||
# cleanTmpDir = true;
|
# cleanTmpDir = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user