Comment 2 for bug 1013396

Revision history for this message
ente (ente76) wrote : Re: Memory leak in Region.right(x)

Well, I have a quite long script which is supposed to run at least 12 hours before restarting. Obviously I had a memory leak: the script stops after 2-4 hours with a jvm heap exception. I've tracked this one down by minimizing my script until nothing had been left. The number recognition is a major part in my script. it is executed about 20 times / minute.

The excerpt provided above starts at about 150 MB private memory and will go up within 5-10 minutes to 250 ... It will end with a heap exception if just let it go on.