File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed
src/docs/user-documentation Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,27 @@ Examples:
1919
2020Depending 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
3245Go to Application==> Left click on specific application (like Weka)==> Show Package Content==> Contents==>app
You can’t perform that action at this time.
0 commit comments