-
Notifications
You must be signed in to change notification settings - Fork 299
Expand file tree
/
Copy pathLargePages_NormalServer.yaml
More file actions
114 lines (106 loc) · 2.81 KB
/
Copy pathLargePages_NormalServer.yaml
File metadata and controls
114 lines (106 loc) · 2.81 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
runs:
0gb:
override_parameters:
tlgb: 18
2gb:
override_parameters:
tlgb: 2
sohsi: 50
2gb_pinning:
override_parameters:
tagb: 100
tlgb: 2
sohsi: 50
sohpi: 50
20gb:
override_parameters:
tagb: 600
tlgb: 20
sohsi: 50
allocType: simple
testKind: time
# Top level microbenchmark configuration.
gcperfsim_configurations:
parameters:
tc: 18
tagb: 300
tlgb: 0
lohar: 0
pohar: 0
sohsr: 100-4000
lohsr: 102400-204800
pohsr: 100-204800
sohsi: 0
lohsi: 0
pohsi: 0
sohpi: 0
lohpi: 0
sohfi: 0
lohfi: 0
pohfi: 0
allocType: reference
testKind: time
gcperfsim_path: C:\performance\artifacts\bin\GCPerfSim\release\net10.0\GCPerfSim.dll
coreruns:
baseline : "C:\\array_init\\windows\\before\\corerun.exe"
andrew_fix: "C:\\array_init\\windows\\fixed\\corerun.exe"
environment:
environment_variables:
DOTNET_gcServer: 1
DOTNET_GCLargePages: 1
DOTNET_GCHeapHardLimitSOH: 0x800000000
DOTNET_GCHeapHardLimitLOH: 0x400000000
DOTNET_GCHeapHardLimitPOH: 0x100000000
default_max_seconds: 300
iterations: 1
# Configurations that involve capturing a trace.
trace_configurations:
type: gc # Choices: gc, verbose, cpu, threadtime, none
output:
path: "C:\\LargePages_Server_AndrewFix\\"
percentage_disk_remaining_to_stop_per_run: 0
formats:
- markdown
- json
additional_report_metrics:
cpu_columns:
columns:
- Count
- total allocated (mb)
- total pause time (msec)
- PctTimePausedInGC
- FirstToLastGCSeconds
- HeapSizeAfter_Mean
- HeapSizeBeforeMB_Mean
- PauseDurationMSec_95PWhereIsGen0
- PauseDurationMSec_95PWhereIsGen1
- PauseDurationMSec_95PWhereIsBackground
- PauseDurationMSec_95PWhereIsBlockingGen2
- CountIsBlockingGen2
- HeapCount
- TotalNumberGCs
- TotalAllocatedMB
- Speed
- PauseDurationMSec_MeanWhereIsEphemeral
- PauseDurationSeconds_SumWhereIsGen1
- PauseDurationSeconds_Sum
- CountIsGen1
all_columns:
- Count
- PctTimePausedInGC
- FirstToLastGCSeconds
- HeapSizeAfter_Mean
- HeapSizeBeforeMB_Mean
- PauseDurationMSec_95PWhereIsGen0
- PauseDurationMSec_95PWhereIsGen1
- PauseDurationMSec_95PWhereIsBackground
- PauseDurationMSec_95PWhereIsBlockingGen2
- CountIsBlockingGen2
- HeapCount
- TotalNumberGCs
- TotalAllocatedMB
- Speed
- PauseDurationMSec_MeanWhereIsEphemeral
- PauseDurationSeconds_SumWhereIsGen1
- PauseDurationSeconds_Sum
- CountIsGen1