-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathidea64.vmoptions
More file actions
35 lines (35 loc) · 851 Bytes
/
idea64.vmoptions
File metadata and controls
35 lines (35 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
-ea
-server
-Xms1G
-Xmx8G
-Xss2m
-XX:NewSize=512m
-XX:MaxMetaspaceSize=350m
-XX:ReservedCodeCacheSize=225m
-XX:MetaspaceSize=512m
-XX:+DoEscapeAnalysis
-XX:+UnlockExperimentalVMOptions
-XX:LargePageSizeInBytes=256m
-XX:+UseCodeCacheFlushing
-XX:+UseParNewGC
-XX:ParallelGCThreads=4
-XX:+UseAdaptiveGCBoundary
-XX:MaxTenuringThreshold=1
-XX:+DisableExplicitGC
-XX:+ExplicitGCInvokesConcurrent
-XX:SurvivorRatio=8
-XX:+UseConcMarkSweepGC
-XX:+AggressiveOpts
-XX:+CMSClassUnloadingEnabled
-XX:+CMSParallelRemarkEnabled
-XX:CMSInitiatingOccupancyFraction=65
-XX:+CMSScavengeBeforeRemark
-XX:+UseCMSInitiatingOccupancyOnly
-XX:-TraceClassUnloading
-XX:CompileThreshold=10000
-XX:+OptimizeStringConcat
-XX:+UseFastAccessorMethods
-XX:+UnlockDiagnosticVMOptions
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
-Dawt.useSystemAAFontSettings=lcd