lag_fix
This commit is contained in:
parent
d322258252
commit
55713536c5
1 changed files with 2 additions and 1 deletions
|
@ -74,9 +74,10 @@ echo "fs.inotify.max_user_instances = 1048576" >> /etc/sysctl.d/50-usl-mm.conf
|
|||
echo "fs.inotify.max_user_watches = 1048576" >> /etc/sysctl.d/50-usl-mm.conf
|
||||
echo "kernel.dmesg_restrict = 1" >> /etc/sysctl.d/50-usl-mm.conf
|
||||
|
||||
echo "Configuring arc cache for zfs to min 256MB and max 1536MB"
|
||||
echo "Configuring arc cache for zfs to min 256MB and max 1536MB + txg_timeout to 3"
|
||||
echo "options zfs zfs_arc_min=268435456" > /etc/modprobe.d/zfs.conf
|
||||
echo "options zfs zfs_arc_max=1610612736" >> /etc/modprobe.d/zfs.conf
|
||||
echo "options zfs zfs_txg_timeout=3" >> /etc/modprobe.d/zfs.conf
|
||||
|
||||
echo "Doing mkinitcpio -P"
|
||||
mkinitcpio -P
|
||||
|
|
Loading…
Reference in a new issue