Skip to content

Commit 3ed1c04

Browse files
ccroy-aristavenu-nexthop
authored andcommitted
sonic-mgmt: increase ptf container memory (sonic-net#19118)
Increase the memory and swap allocated to the PTF container during ansible setup to 64 GB. This is necessary for handling the increased memory consumption from the additional exabgp processes resulting from the additional number of peers of the larger topologies that are coming online.
1 parent 35776ed commit 3ed1c04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/roles/vm_set/tasks/add_topo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@
175175
capabilities:
176176
- net_admin
177177
privileged: yes
178-
memory: 16G
179-
memory_swap: 32G
178+
memory: 64G
179+
memory_swap: 64G
180180
become: yes
181181

182182
- name: Update ptf password

0 commit comments

Comments
 (0)