„Build/synOTR.sh“ ändern

Grenzwert für Smartrendering von 500 MB auf 490 MB gesenkt
This commit is contained in:
Stephan 2018-12-15 23:20:00 +00:00
parent c3d9db7ab1
commit 41b4453d28

View file

@ -984,7 +984,7 @@ if [ $OTRcutactiv = "on" ] ; then
else
echo "==> schneiden:"
if [ ${RAMmax} -lt 500 ]; then
if [ ${RAMmax} -lt 490 ]; then
SMARTRENDERING="off"
echo "Für das framegenaue Schneiden wird mindestens 500 MB installierter RAM benötigt ($RAMmax MB installiert)."
echo "Smartrendering wird aufgrund fehlenden Arbeitsspeichers deaktivert"