Hi. How much memory you allocate for buffers and VPP? Can you post output for: cpuid -1 | grep -E -i "1GB page size entries supported .* true" -A 8 -B 5 # to get size of dtlb: ways of associativity * number of sets cat startup.conf # to check how memory is configured vppctl show memory main-heap # to check how much memory is used vppctl show show buffers cat /proc/$(pidof vpp)/numa_maps | grep -v "kernelpagesize_kB=4" # to check how much of hugepages memory is really allocated
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#26661): https://lists.fd.io/g/vpp-dev/message/26661 Mute This Topic: https://lists.fd.io/mt/116824309/21656 Group Owner: [email protected] Unsubscribe: https://lists.fd.io/g/vpp-dev/leave/14379924/21656/631435203/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
