diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-10-16 17:13:49 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2025-10-16 17:25:40 +0000 |
| commit | 93ee9bb424619f0189b3454380588c955222b89b (patch) | |
| tree | f0ab973d418d807b34b74a694531418bd6374d6f | |
| parent | 8a9f1a2286689c447e8528dc79ee6c4a47423fdc (diff) | |
nanobsd: rescue: Update legacy sysctls
Reviewed by: emaste
MFC after: 1 hour
Differential Revision: https://reviews.freebsd.org/D34598
| -rw-r--r-- | tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt b/tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt index 1f475c957c0c..ece050bfab55 100644 --- a/tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt +++ b/tools/tools/nanobsd/rescue/Files/root/ZFS_Create.txt @@ -25,10 +25,10 @@ zfs_load="YES" vfs.root.mountfrom="zfs:boot/ROOT/root" #ZFS optional vm.kmem_size="8G" -vfs.zfs.arc_min="1G" -vfs.zfs.arc_max="2G" -vfs.zfs.prefetch_disable="1" -vfs.zfs.zil_disable=1 +vfs.zfs.arc.min="1G" +vfs.zfs.arc.max="2G" +vfs.zfs.prefetch.disable="1" +vfs.zfs.zil.replay_disable=1 vfs.zfs.zio.use_uma=0 #Power savings hw.pci.do_power_nodriver=3 |
