Hi Kartik, On Mon, May 30, 2011 at 12:59 PM, Kartik Agaram <[email protected]> wrote: > I'm curious: what do people for profiling memory use of factor > programs?
Unfortunately there isn't much, other than the words in tools.memory. The low level debugger also has a way to find and list references to a given object, but it's a bit obtuse to use. Invoke the 'die' word to enter the low level debugger. > Say you have a long-running webserver with an ever-growing > footprint. How would you track down the leak? In fact there is a long-standing problem in the HTTP server that causes the factorcode.org server to leak memory. It crashes once or twice a month nowadays. Are you seeing the same problem? Slava ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
