aboutsummaryrefslogtreecommitdiffstats
path: root/Jake2.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-10-14 07:59:49 +0200
committerSven Gothel <[email protected]>2012-10-14 07:59:49 +0200
commita814fc578bb614a34f04c59a2052acad717a2464 (patch)
tree0933fb5563b222756635aac9ff383cce1331e074 /Jake2.sh
parenta777992e3c86f99315ce8cc670173a054052ea66 (diff)
Start scripts: Adding hints for timeout (as req. on rasp-pi since it's very slow w/ ES2 0.5fps)
Diffstat (limited to 'Jake2.sh')
-rw-r--r--Jake2.sh1
1 files changed, 1 insertions, 0 deletions
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 $*