Update 'i.sh'
This commit is contained in:
parent
1f575016e5
commit
02c1f9378d
4
i.sh
4
i.sh
@ -163,7 +163,9 @@ echo 'session required pam_limits.so' | tee -a /etc/pam.d/runuser-l
|
|||||||
## Set ulimit for the shell user
|
## Set ulimit for the shell user
|
||||||
cd ~ && echo "ulimit -n 256000" >> .bashrc ; echo "ulimit -n 256000" >> .profile
|
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
|
# propagate the setting into the kernel
|
||||||
update-initramfs -u -k all
|
update-initramfs -u -k all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user