Re: [Cppcms-users] detect memory usage
Brought to you by:
artyom-beilis
From: mawan s. <ma...@gm...> - 2016-03-17 02:59:15
|
Thankyou Ryan On Wed, Mar 16, 2016 at 10:32 PM, Ryan Gonzalez <ry...@gm...> wrote: > 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 >> >> > > ------------------------------------------------------------------------------ > 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 > > |