[Nokia-IXR7220-H6-O256] Increase frr_bgp memory high threshold to 512 MB#1226
Merged
bingwang-ms merged 1 commit intoJun 4, 2026
Conversation
Nokia-IXR7220-H6-O256 has 256 ports and significantly more BGP sessions than other variants, resulting in higher FRR BGP memory usage. Observed steady-state usage is ~368 MB with peaks up to ~389 MB. Raise the memory_high_threshold from 384 MB to 512 MB to avoid false alarms. Cherry-pick of sonic-net/sonic-mgmt#24953 Signed-off-by: Bing Wang <bingwang@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Bing Wang <bingwang@microsoft.com>
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.
Description of PR
Summary:
Cherry-pick of sonic-net/sonic-mgmt#24953 to 202512 branch.
Nokia-IXR7220-H6-O256 has 256 ports and significantly more BGP sessions than other variants, resulting in higher FRR BGP memory usage. Observed steady-state usage is ~368 MB with peaks up to ~389 MB. Raise the
memory_high_thresholdfrom 384 MB to 512 MB to avoid false alarms.Note: Applied manually (not a clean cherry-pick) because the upstream commit also included platform entries for Cisco-C8220TG and Mellanox-SN6600 which are not yet present in 202512. Only the Nokia-IXR7220 change is included here.
Type of change
Approach
What is the motivation for this PR?
The Nokia-IXR7220-H6-O256 (256-port variant) has significantly more BGP sessions than other IXR7220 variants, leading to higher steady-state FRR BGP memory (~368 MB, peaks ~389 MB). The previous threshold of 384 MB was too low and caused false alarms.
How did you do it?
Added a Nokia-IXR7220 platform entry in
memory_utilization_dependence.jsonwithmemory_high_thresholdset to 512 MB.How did you verify/test it?
Verified in sonic-net/sonic-mgmt#24953.
Any platform specific information?
Nokia-IXR7220-H6-O256 (256-port variant)
Supported testbed topology if it is a new test case?
N/A
Documentation