Re: [Codenarc-user] 60min timeout when analyzing my project
Brought to you by:
chrismair
From: Hamlet D. <ham...@ca...> - 2011-03-28 14:06:26
|
This doesn't sound right. I run it against much larger projects than this with no issues. 20 minutes is a crazy long time for this to run. Can you post your configuration file? How about your ant.xml file? And how about a stack trace? Thanks, Hamlet ----- Original Message ----- > 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 > > > ------------------------------------------------------------------------------ > Enable your software for Intel(R) Active Management Technology to > meet the > growing manageability and security demands of your customers. > Businesses > are taking advantage of Intel(R) vPro (TM) technology - will your > software > be a part of the solution? Download the Intel(R) Manageability > Checker > today! http://p.sf.net/sfu/intel-dev2devmar > _______________________________________________ > Codenarc-user mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codenarc-user > |