Re: preferred memory size
Re: preferred memory size
- Subject: Re: preferred memory size
- From: JollyRoger <email@hidden>
- Date: Mon, 21 Jan 2002 07:13:50 -0600
On 1/20/2002 7:49 PM, "JollyRoger" <email@hidden> wrote:
I forgot to mention that this handler only changes the preferred size if the
current size is *smaller* than the new size. If you want to change this
behavior, remove the following if clause from the script:
>
if currentSize < numBytes then
HTH
JR