Created
September 29, 2021 18:39
-
-
Save williamlisci/f187bc77f1dca5eac09bff1a88246fa4 to your computer and use it in GitHub Desktop.
eclipse.ini for ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -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