update to handle very low mem systems
This commit is contained in:
parent
58bbb0b550
commit
279fb7afc1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user