Add "-noasyncgc" option to Java Virtual Machine to avoid random hangs.
This commit is contained in:
parent
3c6bf83074
commit
110fbe8cff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30136
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@
|
|||
+export CLASSPATH
|
||||
+
|
||||
+cd %%PREFIX%%/share/java/starlogo/sample-projects
|
||||
+exec %%LOCALBASE%%/bin/javavm starlogo.Toplevel compiler "init 100"
|
||||
+exec %%LOCALBASE%%/bin/javavm -noasyncgc starlogo.Toplevel compiler "init 100"
|
||||
|
|
Loading…
Reference in a new issue