|
From: James X. L. <jam...@us...> - 2006-10-24 16:04:42
|
I had similar problem when I used IeUnit to test a cache server. The test script simply visits many many web sites. The test usually crashes after 2 to 3 hours of continues test on a 500MB laptop. The memory leak likely comes from the low level framework (e.g. JavaScript engine+COM+IE etc.). The only work-around I know for this problem is to split the test into multiple test suites (e.g. directories for IeUnit), and start them separately with a batch script. James X. Li VisuMap Technologies Inc. > Anyone else getting a Read/Write exceptions due to low memory, say about > after 5+ hours of continuous IEunit testing? Putting in more ram may be > a quick fix, but perhaps there's a long term solution to this memory > leak. > > Anyone have any idea what could be the cause of this? I have a gig of > ram, and my tests go through about a page a second and are expected to > run for 6 hours limited by the speed of the plone server. > > Dickson > QA Tester > CaseWare International Inc. > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Ieunit-general mailing list > Ieu...@li... > https://lists.sourceforge.net/lists/listinfo/ieunit-general |