I have a process which is increasing in size over time. After a month or so the process is becoming too big and is crashing for lack of memory. I used purify to remove any memory leaks (We develop in SOLARIS and then port to AIX). What are the other reasons for a process to grow other than memory leaks.
I used the "ps vg" command to check that process size is growing.
Are there any tools that are freely available to find memory leaks on AIX. Just wondering if purify missed somethings and OS is behaving differently.
I used the "ps vg" command to check that process size is growing.
Are there any tools that are freely available to find memory leaks on AIX. Just wondering if purify missed somethings and OS is behaving differently.