How do I resolve a Java Heap Storage problem?
Nico Chart_21517
Altair Employee
To increase your java heap storage when using Altair SLC please update your
<slc_install_root>\eclipse\workbench.ini file to something like
openFile
-vmargs
-Xmx512m
and restart the workbench. The argument -Xmx is the one that decides the java heap storage limit and in this case 512M (megabytes) is the value.
0