Skip to content

Commit ddc0acb

Browse files
committed
Try
1 parent 8a03457 commit ddc0acb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/federation-v1.workflow.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
scenarioName: constant-vus-over-time
4545
runner: ${{ needs.decide-runner.outputs.runner }}
4646
cpuLimit: 2
47-
fork: 1
48-
memoryLimit: 4gb
47+
fork: 2
48+
memoryLimit: 6gb
4949

5050
constant-vus-over-time-report:
5151
needs: constant-vus-over-time
@@ -81,8 +81,8 @@ jobs:
8181
scenarioName: constant-vus-subgraphs-delay
8282
runner: ${{ needs.decide-runner.outputs.runner }}
8383
cpuLimit: 2
84-
fork: 1
85-
memoryLimit: 4gb
84+
fork: 2
85+
memoryLimit: 6gb
8686
subgraphDelayRange: "40~150"
8787

8888
constant-vus-subgraphs-delay-report:
@@ -119,8 +119,8 @@ jobs:
119119
scenarioName: constant-vus-subgraphs-delay-resources
120120
runner: ${{ needs.decide-runner.outputs.runner }}
121121
cpuLimit: 4
122-
fork: 2
123-
memoryLimit: 8gb
122+
fork: 4
123+
memoryLimit: 12gb
124124
subgraphDelayRange: "40~150"
125125

126126
constant-vus-subgraphs-delay-resources-report:
@@ -157,8 +157,8 @@ jobs:
157157
scenarioName: ramping-vus
158158
runner: ${{ needs.decide-runner.outputs.runner }}
159159
cpuLimit: 4
160-
fork: 2
161-
memoryLimit: 8gb
160+
fork: 4
161+
memoryLimit: 12gb
162162

163163
ramping-vus-report:
164164
needs: ramping-vus

0 commit comments

Comments
 (0)