Limit number of processes
This commit is contained in:
parent
288bfe799a
commit
cfb9c2b5ed
1 changed files with 3 additions and 0 deletions
|
@ -170,6 +170,9 @@ echo "hardstatus string \"%{=b kw} %?%-Lw%?%{=br kw}[%n %t]%{=b kw}%?%+Lw%? %= %
|
||||||
echo "Install utilities"
|
echo "Install utilities"
|
||||||
apt install -y mc htop screen zfsnap smartmontools
|
apt install -y mc htop screen zfsnap smartmontools
|
||||||
|
|
||||||
|
echo "Set max processes to 1500 in default profile in LXD"
|
||||||
|
lxc profile set default limits.processes 1500
|
||||||
|
|
||||||
read -p "Done, press any key to return to main menu"
|
read -p "Done, press any key to return to main menu"
|
||||||
main_menu
|
main_menu
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue