We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6032785 commit efae1fbCopy full SHA for efae1fb
courses/GettingStarted/Troubleshooting/StackOverflow/StackOverflow.md
@@ -12,7 +12,6 @@ To be able to generate parsers Rascal uses stack space from the Java Virtual Mac
12
13
If you get exceptions better configure your JVM with this `-Xss32m`
14
15
-* For Eclipse, this configuration goes into your `eclipse.ini` file. See ((EditingEclipseIni)) for more information.
16
* On the commandline, you can use `java -Xss32m ...`
17
* In VScode the Rascal language server already configures this automatically.
18
* The same for the Rascal Maven plugins; they are configured with big stack sizes.
0 commit comments