Last active
October 29, 2022 12:18
-
-
Save GLinBoy/151aa30cc0864ed707ff5b35287a185b to your computer and use it in GitHub Desktop.
Spring Tools Configuration
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 | |
| ../Eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar | |
| --launcher.library | |
| ../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.500.v20220509-0833 | |
| -vm | |
| ../Eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.3.v20220515-1416/jre/lib/libjli.dylib | |
| -product | |
| org.springframework.boot.ide.branding.sts4 | |
| --launcher.defaultAction | |
| openFile | |
| -vmargs | |
| -Xss256m | |
| -Xmn1024m | |
| -Declipse.p2.max.threads=10 | |
| -XX:+UseG1GC | |
| -XX:+UseStringDeduplication | |
| -Xlog:gc*:file=/Users/hojjat/workspaces/logs/SpringTools.gc.log | |
| -XX:+HeapDumpOnOutOfMemoryError | |
| -XX:HeapDumpPath=/Users/hojjat/workspaces/logs/crashes/SpringTools.hprof | |
| -javaagent:/Applications/SpringToolSuite4.app/Contents/Eclipse/plugins/org.projectlombok.agent_1.18.24/lombok.jar | |
| -Dorg.eclipse.swt.internal.carbon.smallFonts | |
| -Xdock:icon=../Resources/sts4.icns | |
| -Dosgi.requiredJavaVersion=11 | |
| -Dosgi.dataAreaRequiresExplicitInit=true | |
| -Xms1024m | |
| -Xmx4096m | |
| --illegal-access=permit | |
| --add-modules=ALL-SYSTEM | |
| -XstartOnFirstThread | |
| -Dorg.eclipse.swt.internal.carbon.smallFonts | |
| -Xdock:icon=../Resources/sts4.icns | |
| --add-opens=java.base/java.io=ALL-UNNAMED | |
| --add-opens=java.base/sun.nio.ch=ALL-UNNAMED | |
| --add-opens=java.base/java.net=ALL-UNNAMED | |
| --add-opens=java.base/sun.security.ssl=ALL-UNNAMED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is linux version of the SpringToolSuite4.ini