Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehmetpekdemir/intellij-custom-vm-options
intellij idea custom vm options
https://github.com/mehmetpekdemir/intellij-custom-vm-options
intellij-idea
Last synced: about 2 months ago
JSON representation
intellij idea custom vm options
- Host: GitHub
- URL: https://github.com/mehmetpekdemir/intellij-custom-vm-options
- Owner: mehmetpekdemir
- Created: 2022-02-09T13:38:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T07:15:31.000Z (over 2 years ago)
- Last Synced: 2023-03-01T07:32:43.727Z (almost 2 years ago)
- Topics: intellij-idea
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# intellij-custom-vm-options
```
-Xms1024m
-Xmx4096m-XX:NewRatio=1
-XX:ReservedCodeCacheSize=1024m
-XX:+UseG1GC
-XX:SoftRefLRUPolicyMSPerMB=250
-XX:CICompilerCount=2
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
-XX:+OptimizeStringConcat
-XX:+UseCodeCacheFlushing
-XX:+UseStringCache-XX:+AggressiveOpts
-XX:CompileThreshold=10000
-XX:LargePageSizeInBytes=256m
-XX:MaxNewSize=512m
-XX:MaxPermSize=1024m
-XX:ParallelGCThreads=4-Dsun.io.useCanonCaches=false
-Djdk.http.auth.tunneling.disabledSchemes=""
-Djdk.attach.allowAttachSelf=true
-Djdk.module.illegalAccess.silent=true
-Dkotlinx.coroutines.debug=off-XX:ErrorFile=$USER_HOME/java_error_in_idea_%p.log
-XX:HeapDumpPath=$USER_HOME/java_error_in_idea.hprof
-ea
```