We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110331d commit de0950fCopy full SHA for de0950f
pkg/gatherers/workloads/workloads_info.go
@@ -34,7 +34,7 @@ const (
34
workloadGatherPageSize = 500
35
// limit the number of collected Pods in this gatherer. In the worst case, one Pod can add around 600 bytes (before compression)
36
// This limit can be removed in the future.
37
- podsLimit = 3000
+ podsLimit = 6000
38
)
39
40
// GatherWorkloadInfo collects summarized info about the workloads on a cluster
0 commit comments