update to handle very low mem systems

This commit is contained in:
morrownr 2023-06-28 01:16:55 -05:00
parent 58bbb0b550
commit 279fb7afc1

View File

@ -149,6 +149,10 @@ if [ "$sproc" -gt 1 ]; then
then then
sproc=2 sproc=2
fi fi
if [ "$SMEM" -lt 700000 ]
then
sproc=1
fi
fi fi
# display number of in-use processing units / total processing units # display number of in-use processing units / total processing units