[sr-dev] [kamailio/kamailio] MemoryUtilization getting increase with lua routing (#1577)

Surendra Tiwari notifications at github.com
Sun Jul 1 16:44:37 CEST 2018


script to memory count for kamailio process
```
#!/bin/bash
free
echo "----------------------------------------"
for line in $(pgrep -f '/usr/local/sbin/kamailio -f /etc/kamailio/kamailio.cfg -P /var/run/kamailio.pid -m 16 -M 8 -u root -g root')
do
  pms=$(pmap -x $line|grep total)
  echo "$pms pid:$line"
done
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1577#issuecomment-401611314
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20180701/2a082958/attachment.html>


More information about the sr-dev mailing list