Hi all, I closed transparent hugepage function, then the RES memory does not increase anymore, is that ok?
echo never > /sys/kernel/mm/transparent_hugepage/enabled echo never > /sys/kernel/mm/transparent_hugepage/defrag Regards 在 2018-05-29 16:01:27,"xulang" <xlang...@163.com> 写道: Hi all, My version is 17.04, I encountered a memory leaking problem, the RES memory of VPP is increasing slowly and continuously. I shutdown all interfaces and set break points on memory allocate functions, such as malloc,calloc,realloc, mmap, vmalloc, clib_mem_alloc, mheap_alloc_with_flags. The program is still running continuously and the RES memory is also increasing continuously, any guides? Regards root@ubuntu:/home/wangzy# top -c |grep vpp 4499 root 20 0 5.000t 1.207g 197808 S 201.0 31.4 26:30.57 /usr/bin/vpp -c /etc/vpp/startup.conf 4499 root 20 0 5.000t 1.209g 197808 S 201.7 31.5 26:36.62 /usr/bin/vpp -c /etc/vpp/startup.conf 4499 root 20 0 5.000t 1.209g 197808 t 3.3 31.5 26:36.72 /usr/bin/vpp -c /etc/vpp/startup.conf 4499 root 20 0 5.000t 1.209g 197808 S 115.0 31.5 26:40.18 /usr/bin/vpp -c /etc/vpp/startup.conf 4499 root 20 0 5.000t 1.209g 197808 S 201.0 31.5 26:46.23 /usr/bin/vpp -c /etc/vpp/startup.conf 4499 root 20 0 5.000t 1.209g 197808 S 200.7 31.5 26:52.27 /usr/bin/vpp -c /etc/vpp/startup.conf 4499 root 20 0 5.000t 1.209g 197808 S 201.3 31.5 26:58.31 /usr/bin/vpp -c /etc/vpp/startup.conf