Hmm. We don't do enough of that, plus, it's a new problem - months of
On Sep 2, 1:35 am, Tim Hoffman <
zutes...@gmail.com> wrote:
> HI Jan
>
> Something to watch for on the memory front, is if you are doing a lot of
> string manipulation
> using '+' operator. I have seen someone here last year using + rather than
> join and
> hitting soft and hard memory limits with a single request, and changing to
> join reduced
> memory use by 100 times. Its an extreme example I know.
>
> Also if you are holding references to entities in modules, global, etc...
> things may not get garbage collected.
>