Home
Designing Analytics Reports
Java Heap Space error
Migrateduser
<p> I'm getting a Java Heap Space error. In the past, I would modify the eclipse.ini file and change the Xms and Xmx values (see below). Is this the right course of action?</p>
<pre class="_prettyXprint _lang-">
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Xms256m
-Xmx3072m
Change Xms256m to Xms704
Change Xmx3072 to Xmx3520
</pre>
Find more posts tagged with
Comments
There are no comments yet