Pre-emptively increase the log buffer - after the last cleanup we got again plenty of RAM

This commit is contained in:
Lorenz Meier
2014-05-23 13:14:02 +02:00
parent e71c386547
commit b3d6dcb2e5

View File

@@ -11,6 +11,6 @@ then
sdlog2 start -r 50 -a -b 4 -t
else
echo "Start sdlog2 at 200Hz"
sdlog2 start -r 200 -a -b 16 -t
sdlog2 start -r 200 -a -b 22 -t
fi
fi