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 0121ddc commit de92c05Copy full SHA for de92c05
docs/Troubleshooting.md
@@ -27,7 +27,8 @@ You can kill the process by:
27
If you are working with large XML files or referencing large schema files,
28
this may lead to the language server running out of memory.
29
The Java language server is more likely to run out memory than the binary language server.
30
-Switching to the binary language server
+[Switching to the binary language server](Preferences.md#server-binary-mode)
31
+(via the `xml.server.preferBinary` setting)
32
or increasing the memory available to the Java language server could resolve this issue.
33
34
If you get an Out of Memory Error, but aren't working with large XML files,
0 commit comments