Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change ptf container memory in restart_ptf to 16G which is same as ad…
…d-topo. (sonic-net#14841) Description of PR Summary: PTF container's memory limit is 16G in add-topo after the change in sonic-net#7413. But it's still 8G when doing restart-ptf. In current code base: :~$ docker stats --no-stream | grep ptf b303f551ff99 ptf_ptf-01 121.43% 1.26GiB / 16GiB 7.88% 0B / 0B 0B / 618kB 69 # after restart-ptf :~$ docker stats --no-stream | grep ptf 1c4e10810aff ptf_ptf-01 0.09% 21.98MiB / 8GiB 0.27% 0B / 0B 0B / 0B 4 :~$ Approach What is the motivation for this PR? Keep the same memory limit for add-topo and restart-ptf How did you do it? How did you verify/test it? Tested in physical testbed. PTF memory stays at 16G after restart-ptf co-authorized by: [email protected]
- Loading branch information