[Codenarc-user] 60min timeout when analyzing my project
Brought to you by:
chrismair
From: R. S. <ren...@go...> - 2011-03-28 12:46:11
|
Hi, I have a project with 200+ Groovy files (30k+ LOC) which I try to analyse with CodeNarc. I am running CodeNarc via Ant. With default settings it runs ~20min, spits out a report but also generates a lot of OOMEs. The results vary a lot since sometimes some classes can be analysed and sometimes they can't due to this memory issue. So I had to increase the memory: export ANT_OPTS='-Xmx512m -XX:MaxPermSize=512m' With this settings after 60min I get this error: "java.lang.AssertionError: Thread Pool terminated before completion.. Expression: completed. Values: completed = false" I have seen your pre-v0.13 post that there are some issue and I have seen the POOL_TIMEOUT_SECONDS in AntFileSetSourceAnalyzer. Can you explain the root of the problem? And is there already a solution for it? Regards, René Scheibe |