This commit is contained in:
m0duspwnens
2020-04-10 16:15:43 -04:00
committed by William Wernert
parent 5f2fa0fdc5
commit cca408e2d8
2 changed files with 10 additions and 1 deletions

View File

@@ -33,6 +33,15 @@ calculate_useable_cores() {
set_defaul_log_size() {
case $INSTALLTYPE in
EVAL | HEAVYNODE)
PERCENTAGE=50
;;
*)
PERCENTAGE=80
;;
esac
local disk_dir="/"
if [ -d /nsm ]; then
disk_dir="/nsm"