|
From: Sashidhar S <ssa...@gm...> - 2010-04-26 17:34:58
|
Hi All, I have an application, "myapplication" which shows gradual increase in memory consumption and reaches 200-300 MB in 4-5 days. I am running my application under Massif, to pick the code responsible. I am using the following command valgrind --tool=massif --detailed-freq=100 --max-snapshots=1000 ./myapplication The output file shows massif.out.20146, shows 757 snapshots, all taken with in a span of first 30 seconds of "myapplication" start. After that I don't see any update in the massif.out.20146. ps -ef | grep myapplication shows that, the appilcation is still running. But I don't see any new snapshots in massif.out.20146. The last update in was 20 hrs back. I want the snapshots taken with lesser frequency. I would like to see the snapshots of "myapplication" memory consumption after a day or two. Can somebody please help me with this. Thank you for looking into this. Sashi |