From 66bab794ca96ef3dceed9ed906619eff7ca3c89d Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 9 Jul 2021 23:45:45 -0400 Subject: [PATCH] start FoxTelem with Xmx512M option --- groundstation/fox-startup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/groundstation/fox-startup.sh b/groundstation/fox-startup.sh index 3782faf4..d3d59532 100755 --- a/groundstation/fox-startup.sh +++ b/groundstation/fox-startup.sh @@ -95,6 +95,11 @@ else echo "Fox-in-a-box profile is set!" echo /home/pi/FoxTelem/FoxTelem /home/pi/FoxTelemetryData + SCRIPTPATH=$(dirname "$0") + cd /home/pi/Desktop/FoxTelem + echo Starting $SCRIPTPATH/current_foxtelem/FoxTelem.jar + java -Xmx512M -jar FoxTelem.jar "/home/pi/FoxTelemetryData" < /dev/null > /dev/null & + fi $SHELL