From: Mike B. <mbr...@vi...> - 2004-03-24 15:17:32
|
Are you reusing the same WebClient instance? As I remember, it caches some data and the only way to flush it is to dump the WebClient instance and create a new one. This was pre 1.3 though. Mike > -----Original Message----- > From: htm...@li... > [mailto:htm...@li...]On Behalf Of Biju > Arjunan > Sent: Wednesday, March 24, 2004 12:32 AM > To: Mike Bowler; htm...@li... > Subject: [Htmlunit-user] Performance Problems > > > I am also observing some performance problem with > htmlUnit1.3, ,my requirement is to submit a form > 500,000 thousand times > > But after 10,000 or so it gives java out of memory > exception, I tried to execute the program by givimg > more memory 1GB (java -xm 1GB ProgramName), it goes > further more iteration but never reaches 500,000, > There is some memory leak in HTML Unit sources. > > Thanks, > bijua |