Skip to content

Commit de0950f

Browse files
authored
Workloads gatherer - increase the pods limit (#440)
1 parent 110331d commit de0950f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gatherers/workloads/workloads_info.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const (
3434
workloadGatherPageSize = 500
3535
// limit the number of collected Pods in this gatherer. In the worst case, one Pod can add around 600 bytes (before compression)
3636
// This limit can be removed in the future.
37-
podsLimit = 3000
37+
podsLimit = 6000
3838
)
3939

4040
// GatherWorkloadInfo collects summarized info about the workloads on a cluster

0 commit comments

Comments
 (0)