|
|
Install from ZIP File
To install the ZIP file:
After extracting the ZIP file in the appropriate location, increase Eclipse's heap size
before restarting Eclipse.
After Eclipse restarts, you can get started in using SemmleCode Professional by following our
Quick Guide.
Increase Eclipse's Heap Size
Eclipse stores all of your Java code in memory, and we recommend
at least 1024MB of memory on most projects. To set Eclipse's heap size:
-
Open the
eclipse.ini file found in your eclipse directory.
-
Add or modify the heap vmargs parameter
-Xmx. Setting it to
1024M or greater is recommended.
Example eclipse.ini
-startup
plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
--launcher.library
plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Xms40m
-Xmx1024M
-
After making your changes, you need to restart Eclipse.
-
Alternatively, you can modify the way Eclipse is run from the command line:
eclipse -vmargs -Xmx1024M
You can monitor Eclipse's heap status from the menu by selecting
Window > Preferences > General and checking the
Show heap status checkbox. This should add a heap status
widget at the lower-right corner of your Eclipse environment. You can
hover over the widget to check if the maximum heap size was properly set by your changes.
Known Eclipse Memory Issues:
Continue to Quick Guide
Back to SemmleCode Professional Documentation
|
|