in reply to make perl release memory
Ask them to look at the other processes. If I look at my processes I see four IEXPLORERs with 10-15MB, SiteView (in-house tool for web automation) 15 MB, ProductTranslator 14MB, svchost 10MB, DLLHOST 10MB, inetinfo 9MB, MCSHIELD 9MB, etc. etc. etc. etc.
Maybe it would also help if you told them that a VB program as small as this:
takes up as much as 3MB of memory according to the Task Manager.Sub Main() MsgBox "Ahoj Jendo", vbInformation, "Greeting" End Sub
In either case I think the best solution would be to disable the Task Manager for those users ;-)
Jenda
Always code as if the guy who ends up maintaining your code
will be a violent psychopath who knows where you live.
-- Rick Osborne
Edit by castaway: Closed small tag in signature
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: make perl release memory
by batkins (Chaplain) on Jun 19, 2003 at 17:37 UTC | |
by Jenda (Abbot) on Jun 19, 2003 at 18:06 UTC | |
by smalhotra (Scribe) on Jul 23, 2003 at 12:42 UTC | |
by Elian (Parson) on Jul 23, 2003 at 12:47 UTC | |
by smalhotra (Scribe) on Jul 23, 2003 at 13:11 UTC | |
by batkins (Chaplain) on Jul 23, 2003 at 15:11 UTC |