[action] [PR:19118] Increase PTF Container Memory Limits#489
Merged
mssonicbld merged 1 commit intoAzure:202412from Jul 3, 2025
Merged
[action] [PR:19118] Increase PTF Container Memory Limits#489mssonicbld merged 1 commit intoAzure:202412from
mssonicbld merged 1 commit intoAzure:202412from
Conversation
### Description of PR
Increase the memory and swap limits of the PTF container to 64 GB.
This is necessary for handling the increased memory consumption from the additional `exabgp` processes as a result of the additional number of VM peers of the larger topologies.
Summary:
Fixes # (issue)
### Type of change
- [x] Bug fix
- [ ] Testbed and Framework(new/improvement)
- [ ] New Test case
- [ ] Skipped for non-supported platforms
- [ ] Test case improvement
### Back port request
- [ ] 202205
- [ ] 202305
- [ ] 202311
- [ ] 202405
- [ ] 202411
- [x] 202412
- [x] 202503
- [x] 202505
### Approach
#### What is the motivation for this PR?
To prevent the PTF container from running out of memory when setting up a tesbed for a topology with a large number of VMs.
#### How did you do it?
Increased the memory/swap limits of the PTF docker container in the ansible playbook.
#### How did you verify/test it?
Ran the setup with the new memory limits and confirmed that the setup now succeeds.
Collaborator
Author
|
Original PR: sonic-net/sonic-mgmt#19118 |
Collaborator
Author
|
/azp run |
13 tasks
|
Azure Pipelines successfully started running 1 pipeline(s). |
StormLiangMS
added a commit
that referenced
this pull request
Jul 3, 2025
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
Increase the memory and swap limits of the PTF container to 64 GB.
This is necessary for handling the increased memory consumption from the additional
exabgpprocesses as a result of the additional number of VM peers of the larger topologies.Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
To prevent the PTF container from running out of memory when setting up a tesbed for a topology with a large number of VMs.
How did you do it?
Increased the memory/swap limits of the PTF docker container in the ansible playbook.
How did you verify/test it?
Ran the setup with the new memory limits and confirmed that the setup now succeeds.