Hi Stanislav,
I repeated test with disabled api trace
vpp# show api trace-status
RX Trace disabled
TX Trace disabled
vpp# show threads
ID NameTypeLWP Sched Policy (Priority) lcore
Core Socket State
0 vpp_main178961 o
Hi Steven,
Thanks for response.
I added “nitems 65535” and repeated test. The main-heap usage still growing up.
Also I completely disabled the “api-trace” and nothing changed =(
Best Regards,
Eugene
From: vpp-dev@lists.fd.io On Behalf Of steven luong via
lists.fd.io
Sent: Tu
Hi Dear Developers,
I am testing creating and deleting of policers and it looks that there is a
memory leak
VPP Version: v22.10-release
My simple script:
#!/bin/env python
from vpp_papi import VPPApiClient
from vpp_papi import VppEnum
import os
import fnmatch
import sys