Commit c22f3a0
authored
[action] [PR:19118] Increase PTF Container Memory Limits (sonic-net#489)
### 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.1 parent b487b67 commit c22f3a0
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
173 | | - | |
| 172 | + | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
0 commit comments