Skip to content

Commit 9c19814

Browse files
authored
Revise Windows troubleshooting steps for Java heap size
Updated troubleshooting instructions for Windows configuration, including details on modifying Java heap size and file locations.
1 parent d447f78 commit 9c19814

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

src/docs/user-documentation/Troubleshooting.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,27 @@ Examples:
1919

2020
Depending on your OS the configuration can be changed at different places.
2121
### Windows
22-
Add line
23-
````
22+
23+
To change the maximum Java heap size, add the following line:
24+
25+
```
2426
-Xmx4G
25-
````
27+
```
28+
29+
to the configuration files used by the Windows launcher:
30+
31+
* `freeplane.cfg` — for the graphical version
32+
* `freeplaneConsole.cfg` — for the console version
33+
34+
They have no syntax like INI or XML — just raw command-line arguments passed directly to the JVM.
35+
36+
These files are located in the same directory as `freeplane.exe` and `freeplaneConsole.exe`, typically:
2637

27-
to files freeplane.l4j.ini and freeplaneConsole.l4j.ini which are used when you start freeplane.exe or freeplaneConsole.exe.
38+
```
39+
C:\Program Files\Freeplane\
40+
```
2841

29-
If you use freeplane.bat you need to configure this option there.
42+
If you start Freeplane using `freeplane.bat`, you need to configure this option directly in that script.
3043

3144
### Mac OS
3245
Go to Application==> Left click on specific application (like Weka)==> Show Package Content==> Contents==>app

0 commit comments

Comments
 (0)