Skip to content

Commit efae1fb

Browse files
committed
fixed error
1 parent 6032785 commit efae1fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

courses/GettingStarted/Troubleshooting/StackOverflow/StackOverflow.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ To be able to generate parsers Rascal uses stack space from the Java Virtual Mac
1212

1313
If you get exceptions better configure your JVM with this `-Xss32m`
1414

15-
* For Eclipse, this configuration goes into your `eclipse.ini` file. See ((EditingEclipseIni)) for more information.
1615
* On the commandline, you can use `java -Xss32m ...`
1716
* In VScode the Rascal language server already configures this automatically.
1817
* The same for the Rascal Maven plugins; they are configured with big stack sizes.

0 commit comments

Comments
 (0)