in reply to Re: Re: Memory Issue
in thread Memory Issue

Do you know if this is a common issue? Where memory is holding onto the variable contents?

You might have one or more variables that have becomes persistently global as a consequence of using ASP. Convert everything you can to a lexical variables.

Without seeing your code, it's hard to get more specific.