Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rtang
  • Order by date
  1. rtang

    Memory Leak debugging tool on AIX

    The way I determine there's a memory leak is: I had a script to run /bin/ps evx on that process every 30 seconds and and find the SIZE(6th column, which shows its data segment size) keeps growing. It started at around 10M and it started incrementing 4k(one page) once several minutes. After...
  2. rtang

    Memory Leak debugging tool on AIX

    Hi, What kind of tools are avilable to help debug memory leak problems on AIX? I have a multi-threaded process that I observed its memory size keeps growing on AIX; however, I didn't notice the memory size growing on Solaris and HP. Purify from Rational worked very well for memory leak...

Part and Inventory Search

Back
Top