in reply to Re^2: Tracking memory of a running application
in thread Tracking memory of a running application
You are aware that the PeakVirtualSize includes a lot of memory that is shared between processes?
For example, it will include things like kernel32.dll and user32.dll which are shared by virtually (sic) every program in the system. So, whilst every perl program will use them, they will never cause additional memory* to be used when a Perl script is run as they will already be in memory.
With the exception of a few handles and stuff
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Tracking memory of a running application
by DrWhy (Chaplain) on Oct 25, 2005 at 21:11 UTC | |
by BrowserUk (Patriarch) on Oct 26, 2005 at 01:19 UTC | |
by DrWhy (Chaplain) on Oct 26, 2005 at 16:32 UTC |