in reply to Freeing up memory

If your script exits properly every time, it should release all of the memory it has used during runtime. If it is 'holding on' to the RAM as you say, there are a few possibilities: I would put my money on either of the first two points. Check whether your script is still running when you think it should not be, otherwise, your administrator is probably wrong.

For some background information on memory managment in general, see this recent thread.

CU
Robartes-

Replies are listed 'Best First'.
Re: Re: Freeing up memory
by zby (Vicar) on Mar 17, 2003 at 09:43 UTC
    It might be that the script is actually a mod_perl handler - and in this case it can happen that the memory is not released.