Giter Site home page Giter Site logo

Comments (9)

DirkMahler avatar DirkMahler commented on August 15, 2024

We have some reports that this happens sometimes but right now the pattern is unclear... Which version of jQA and the JRE/JDK are you using?

from jqa-maven-plugin.

ambition-consulting avatar ambition-consulting commented on August 15, 2024

We got JDK jdk1.8.0_66 with jQA 1.5.0-RC-1 on our Jenkins Slaves

<!-- architectural constraints-->
<plugin>
	<groupId>com.buschmais.jqassistant</groupId>
	<artifactId>jqassistant-maven-plugin</artifactId>
               <version>1.5.0-RC-1</version>
	<executions>
		<execution>
			<phase>test</phase>
			<goals>
				<goal>scan</goal>
				<goal>analyze</goal>
			</goals>
			<configuration>
				<warnOnSeverity>MINOR</warnOnSeverity>
				<failOnSeverity>MAJOR</failOnSeverity>
				<storeLifecycle>MODULE</storeLifecycle>
			</configuration>
		</execution>
	</executions>
</plugin>

from jqa-maven-plugin.

DirkMahler avatar DirkMahler commented on August 15, 2024

I know the question is trivial: how much memory do you give your process to run (recommending 1GB+ due to having a fully fledged Neo4j "onboard")?
What's the OS where the problem is coming up? We've seen this problem in the last time only on a heavily loaded Linux (CentOS) machine.

from jqa-maven-plugin.

ambition-consulting avatar ambition-consulting commented on August 15, 2024

yep, we give 1 GB XMX already - will give it a little more. Our slaves are CentOs or Debian based. Will check whether the error occured on CentOS here as well and come back to you next week.

from jqa-maven-plugin.

ambition-consulting avatar ambition-consulting commented on August 15, 2024

We have tried various maven options to influence the gc, but ultimately gave up. Instead now we are just skipping on the problematic project.

from jqa-maven-plugin.

DirkMahler avatar DirkMahler commented on August 15, 2024

That's bad news... Just a question: is there anything specific about that module/project, e.g. large test data files?

from jqa-maven-plugin.

ambition-consulting avatar ambition-consulting commented on August 15, 2024

it's a module about database migration.

from jqa-maven-plugin.

ambition-consulting avatar ambition-consulting commented on August 15, 2024

I also get the same GC overhead problem on resetting (big) stores.

from jqa-maven-plugin.

DirkMahler avatar DirkMahler commented on August 15, 2024

Closing issue: reset and known expensive rules have been changed to use Neo4j's call in transactions functionality with jQA 2.0

from jqa-maven-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.