Re: [Cppcms-users] detect memory usage
Brought to you by:
artyom-beilis
From: Ryan G. <ry...@gm...> - 2016-03-16 15:32:31
|
Try checking out Valgrind. You can do: $ valgrind --leak-check=full --show-leak-kinds=all my_application and it'll show you any memory leaks. -- Ryan [ERROR]: Your autotools build scripts are 200 lines longer than your program. Something’s wrong. http://kirbyfan64.github.io/ On Mar 16, 2016 5:24 AM, "mawan sugiyanto" <ma...@gm...> wrote: > Dear All > > I try run cppcms application from http configuration. not as cgi. > > this application consume increasing from 1.2MB at start and increase to > 16.5MB. > > can i detect and clear memory? > > > Thankyou > > > Mawan > > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > |