Skip to content

Instantly share code, notes, and snippets.

@ajitid
Last active November 15, 2017 06:01
Show Gist options
  • Save ajitid/70692a3cb24de5546654ae64db27fcc6 to your computer and use it in GitHub Desktop.
Save ajitid/70692a3cb24de5546654ae64db27fcc6 to your computer and use it in GitHub Desktop.
eclipse.ini for Ubuntu (Linux)
-startup
plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.500.v20170531-1133
-product
org.eclipse.epp.package.jee.product
-showsplash
org.eclipse.epp.package.common
--launcher.defaultAction
openFile
--launcher.defaultAction
openFile
-vm
/home/ajitid/java/jdk1.8.0_144/bin/java
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m
@ajitid
Copy link
Author

ajitid commented Aug 12, 2017

below -vm there is path, change to where jdk<version-name>/bin/java is located.

@ajitid
Copy link
Author

ajitid commented Nov 15, 2017

Running Eclipse makes memory leak in Ubuntu 16.04 or Elementary OS Loki 4.1. Here is its fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment