FDN-4261: downsize heap for dependency-api and dependency-www#886
Merged
FDN-4261: downsize heap for dependency-api and dependency-www#886
Conversation
dependency-api: heap 2100m → 1536m, container 3000Mi → 2Gi Live data P95 281M with spikes to ~1G. 1536m gives headroom for spikes. dependency-www: heap 2100m → 512m, container 2700Mi → 768Mi Live data P95 84M, max 278M. 512m gives ~2x headroom over peak. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
📝 WalkthroughWalkthroughTwo Helm configuration files updated: dependency-api increases container memory limits and requests while reducing JVM heap, and dependency-www reduces both container memory and JVM memory allocations. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
Contributor
Argo diff output for dependency-www:===== apps/Deployment production/dependency-www-live ======
551c551
< value: -Xms2100m -Xmx2100m -XX:+UseShenandoahGC -XX:+HeapDumpOnOutOfMemoryError
---
> value: -Xms512m -Xmx512m -XX:+UseShenandoahGC -XX:+HeapDumpOnOutOfMemoryError
639c639
< memory: 2700Mi
---
> memory: 768Mi
642c642
< memory: 2700Mi
---
> memory: 768Mi
===== datadoghq.com/DatadogMonitor datadog/dependency-www-errorrate ======
146d145
< - generated:kubernetes |
Contributor
Argo diff output for dependency-api:===== apps/Deployment production/dependency-api-live ======
551c551
< value: -Xms2100m -Xmx2100m -XX:+UseShenandoahGC -XX:+HeapDumpOnOutOfMemoryError
---
> value: -Xms1536m -Xmx1536m -XX:+UseShenandoahGC -XX:+HeapDumpOnOutOfMemoryError
639c639
< memory: 3000Mi
---
> memory: 2Gi
642c642
< memory: 3000Mi
---
> memory: 2Gi
===== datadoghq.com/DatadogMonitor datadog/dependency-api-errorrate ======
146d145
< - generated:kubernetes |
Contributor
Author
jackl
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Test plan
WARN_MS=1 SINCE=5m ./scripts/validate-gc-pauses.sh dependency-api-liveWARN_MS=1 SINCE=5m ./scripts/validate-gc-pauses.sh dependency-www-live🤖 Generated with Claude Code
Summary by CodeRabbit