Skip to content

Changed default pod chunk size to 10 #1478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: ci_prod
Choose a base branch
from

Conversation

suyadav1
Copy link
Contributor

@suyadav1 suyadav1 commented Jun 12, 2025

Verified the pod chunk size changing to 10 in Telemetry.
No regression in data flow and CPU or memory usage.

@suyadav1 suyadav1 requested a review from a team as a code owner June 12, 2025 23:07
@@ -18,7 +18,7 @@
# 250 Node items (15KB per node) account to approximately 4MB
@nodesChunkSize = 250
# 1000 pods (10KB per pod) account to approximately 10MB
@podsChunkSize = 1000
@podsChunkSize = 10
Copy link
Contributor

@wanlonghenry wanlonghenry Jun 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have we verified the chunk size change in all our ci cd clusters and cosmic clusters with large scale? and for this change, do we plan to rollout per AKS SDP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants