[Freeswitch-users] Freeswitch Leakage ?
Brian West
brian at freeswitch.org
Tue Jun 29 09:40:21 PDT 2010
If you ran valgrind properly you would have seen a leak report.
valgrind --tool=memcheck --log-file-exactly=vg.log --leak-check=full --leak-resolution=high --show-reachable=yes freeswitch -vg
Then see the report. I bet you won't find much if any leaking. The memory usage will go up because we use memory pools.
/b
On Jun 29, 2010, at 11:31 AM, Deya M wrote:
> HI all,
>
> Not sure if it is a leakage!
>
> Running FS, the memory used increases in a steady rate.
>
> I ran vg, and I can see a warning in the file, about an invalid file descriptor -1 in syscall close.
>
>
> http://pastebin.freeswitch.org/13298
> http://pastebin.freeswitch.org/13299
>
> Appreciate your help,
>
> D:-
More information about the FreeSWITCH-users
mailing list