Skip to content

Instantly share code, notes, and snippets.

@williamlisci
Created September 29, 2021 18:39
Show Gist options
  • Select an option

  • Save williamlisci/f187bc77f1dca5eac09bff1a88246fa4 to your computer and use it in GitHub Desktop.

Select an option

Save williamlisci/f187bc77f1dca5eac09bff1a88246fa4 to your computer and use it in GitHub Desktop.
eclipse.ini for ubuntu
-startup
plugins/org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.300.v20210828-0802
-product
org.eclipse.epp.package.jee.product
-showsplash
org.eclipse.epp.package.common
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
/usr/lib/jvm/java-17-oracle/bin
-vmargs
-Xss128m
-Xmn1024m
-Dosgi.requiredJavaVersion=17
[email protected]/eclipse-workspace
-Dsun.java.command=Eclipse
-XX:+UseG1GC
-XX:+UseStringDeduplication
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=17
-Dosgi.dataAreaRequiresExplicitInit=true
-Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true
-Xms1024m
-Xmx3072m
--add-modules=ALL-SYSTEM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment