-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
35 lines (30 loc) · 796 Bytes
/
config.ini
File metadata and controls
35 lines (30 loc) · 796 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
[JMAP]
HeapReport = Y
HeapDump = Y
Histogram = Y
DestinationPath = /opt/DumpPath
LogPath = /opt/LogPath
[JSTAT]
All = Y
GC = Y
Class = Y
Compiler = Y
GCCapcity = Y
GCCause = Y
GCMetaCapacity = Y
GCNew = Y
GCNewCapacity = Y
GCOld = Y
GCOldCapacity = Y
GCUtil = Y
PrintCompilation = Y
CollectionInterval = 10
SamplingCount = 10
[JINFO]
Flags = Y
Flag = Y
SysProps = Y
[JSTACK]
DestinationPath = /opt/DumpPath
LogPath = /opt/LogPath
[NodeName]