From a814fc578bb614a34f04c59a2052acad717a2464 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 14 Oct 2012 07:59:49 +0200 Subject: Start scripts: Adding hints for timeout (as req. on rasp-pi since it's very slow w/ ES2 0.5fps) --- Jake2.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'Jake2.sh') diff --git a/Jake2.sh b/Jake2.sh index 42a51f2..c0fb465 100644 --- a/Jake2.sh +++ b/Jake2.sh @@ -15,5 +15,6 @@ CP=lib/jogamp/gluegen-rt.jar:lib/jogamp/joal.jar:lib/jogamp/jogl-all.jar:dist/li #D_ARGS="-Djogl.debug.FixedFuncPipeline" #G_ARGS="+connect 10.1.0.52 +set cl_timeout 12000" +G_ARGS="+set timeout 12000 +set cl_timeout 12000" exec java -Xmx100M -cp $CP $D_ARGS jake2.Jake2 $G_ARGS $* -- cgit v1.2.3