Skip to content

Commit dd0fe4d

Browse files
committed
update memory limit to 6GB for APIServerMemoryUsage measurement
1 parent 9d64c30 commit dd0fe4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clusterloader2/testing/list/modules/measurements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Valid actions: "start", "gather"
55
{{$action := .action}}
66
{{$ENABLE_APISERVER_MEMORY_USAGE_THRESHOLD := DefaultParam .CL2_ENABLE_APISERVER_MEMORY_USAGE_THRESHOLD_MEASUREMENT true}}
7-
{{$APISERVER_MEMORY_THRESHOLD_MEGABYTES := DefaultParam .CL2_APISERVER_MEMORY_THRESHOLD_MEGABYTES 4000}}
7+
{{$APISERVER_MEMORY_THRESHOLD_MEGABYTES := DefaultParam .CL2_APISERVER_MEMORY_THRESHOLD_MEGABYTES 6000}}
88

99

1010
steps:

0 commit comments

Comments
 (0)