mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Disable a thing in ZFS which can cause file corruption
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
e4dd1f4184
commit
89afaf89c1
|
@ -4,6 +4,7 @@
|
|||
supportedFilesystems = ["zfs"];
|
||||
kernelParams = [
|
||||
"ipmi_watchdog.timeout=300"
|
||||
"zfs.zfs_dmu_offset_next_sync=0"
|
||||
];
|
||||
initrd.availableKernelModules = [
|
||||
"xhci_pci"
|
||||
|
|
|
@ -33,6 +33,7 @@ in
|
|||
kernelParams = [
|
||||
"zfs.zfs_arc_max=8589934592"
|
||||
"zfs.zfs_arc_sys_free=3221225472"
|
||||
"zfs.zfs_dmu_offset_next_sync=0"
|
||||
# "intel_pstate=active"
|
||||
"nvidia.NVreg_EnableS0ixPowerManagement=1"
|
||||
"nvidia.NVreg_S0ixPowerManagementVideoMemoryThreshold=2048"
|
||||
|
|
Loading…
Reference in a new issue