This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Upper limit for test methods before reloading?jaikiran May 26, 2011 7:41 AM (in response to juergen.zimmermann)Out of curiosity why do you need such a functionality? 
- 
        2. Re: Upper limit for test methods before reloading?aslak May 26, 2011 7:55 AM (in response to juergen.zimmermann)There is engine/property maxTestClassesBeforeRestart, but not quite the same. This will attempt to restart the container when x number of tests are ran. Can be used for e.g. ManagedContainer to avoid permgen issues on large TestSuites. 
- 
        3. Re: Upper limit for test methods before reloading?juergen.zimmermann May 26, 2011 8:23 AM (in response to jaikiran)As Aslak mentions: we want to avoid permgen issues. 
 
     
    