Disable a thing in ZFS which can cause file corruption

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2023-11-25 17:59:27 +01:00
parent e4dd1f4184
commit 89afaf89c1
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
supportedFilesystems = ["zfs"];
kernelParams = [
"ipmi_watchdog.timeout=300"
"zfs.zfs_dmu_offset_next_sync=0"
];
initrd.availableKernelModules = [
"xhci_pci"

View file

@ -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"