Browse Source

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

sbg
Lorenz Meier 11 years ago
parent
commit
b3d6dcb2e5
  1. 2
      ROMFS/px4fmu_common/init.d/rc.logging

2
ROMFS/px4fmu_common/init.d/rc.logging

@ -11,6 +11,6 @@ then @@ -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

Loading…
Cancel
Save