Out of memory problem

My domino server r6.51 running on AIX 5.0, I keep meeting the problem showing below:

Each time I run the agant from IE through Javascript, I found the HTTP page size in AIX increased, and when the amount reach to 338, there would be the [out of memory] note from Domino and all the agents failed then.

I have read from the questions and answers posted before, known that Domino holds the memory got from AIX, and manages it by itself, but why I met such problem, seems domino failed holding the situation.

Subject: Out of memory problem

which agent are you running?

Subject: RE: Out of memory problem

Any agent which is called by Javascript code:window.open(), or location.replace().

I just made a test agent contains only one line Msgbox “test”, and called this agent by window.open(), and the HTTP page size increased almost each time I run code.

I’ve already deeply confused with this.