Good afternoon,
In my company regularly we are dealing with memory leaks, and therefore every installation has a procdump
installed, in order to be able to take memory dump for investigation purposes.
Now my customer is complaining about a process, which is normally running at ±500Mb, going to +3Gb in memory usage.
I asked the customer to take a dump, using procdump
, which is normal procedure, but the customer answers that the launch of the procdump
initiates a memory usage towards 3Gb, making the dump unusable.
Is this even possible? How can a process like procdump
increase the memory usage of a process, while taking the dump (and how can this be avoided)?
Thanks in advance
Dominique