Update 'i.sh'

master
Cole Deck 2 years ago
parent 1f575016e5
commit 02c1f9378d

@ -163,7 +163,9 @@ echo 'session required pam_limits.so' | tee -a /etc/pam.d/runuser-l
## Set ulimit for the shell user
cd ~ && echo "ulimit -n 256000" >> .bashrc ; echo "ulimit -n 256000" >> .profile
## Optimise ZFS arc size
# add wireguard module
echo "wireguard" >> /etc/modules
# propagate the setting into the kernel
update-initramfs -u -k all

Loading…
Cancel
Save