You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Tibor Digana <ti...@apache.org> on 2015/02/07 17:52:22 UTC

Slave windows2 machine crashed

Jenkins machine Windows2 does not run.
I stopped surefire build and the machine stopped Maven IT3 build as well,
and then the machine was totally dead. Cannot connect via JNLP agent from
browser.
https://builds.apache.org/computer/windows2/

@Karl do you have rights to connect to the machine and restart it?

Cheers
Tibor

RE: Slave windows2 machine crashed

Posted by Martin Gainty <mg...@hotmail.com>.
500+ testcases in Lucene 4.10.2 cause OOM and PermGen errors ..this configuration cured OOM and PermGen errors

          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-plugin</artifactId>
            <version>2.18.1</version>
            <configuration>
               <argLine>-Xms2048M -Xmx3192M -XX:PermSize=3192M -XX:MaxPermSize=6144m</argLine>
              <parallel>methods</parallel>
              <useUnlimitedThreads>true</useUnlimitedThreads>
              <forkCount>${surefire.forkNumber}</forkCount>    
              <reuseForks>false</reuseForks>
            </configuration>
        </plugin>

http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html

YMMV,
Martin 
___________


> Date: Sat, 7 Feb 2015 12:11:46 -0700
> From: tibordigana@apache.org
> To: dev@maven.apache.org
> Subject: Re: Slave windows2 machine crashed
> 
> Failed again with OOM. I guess the machine self restarted before this run
> https://builds.apache.org/job/maven-surefire-windows/773/org.apache.maven.surefire$surefire-integration-tests/testReport/org.apache.maven.surefire.its/XmlReporterRunTimeIT/testForkModeAlways/
> 
> 
> 
> --
> View this message in context: http://maven.40175.n5.nabble.com/Slave-windows2-machine-crashed-tp5826082p5826085.html
> Sent from the Maven Developers mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
 		 	   		  

Re: Slave windows2 machine crashed

Posted by Tibor Digana <ti...@apache.org>.
Failed again with OOM. I guess the machine self restarted before this run
https://builds.apache.org/job/maven-surefire-windows/773/org.apache.maven.surefire$surefire-integration-tests/testReport/org.apache.maven.surefire.its/XmlReporterRunTimeIT/testForkModeAlways/



--
View this message in context: http://maven.40175.n5.nabble.com/Slave-windows2-machine-crashed-tp5826082p5826085.html
Sent from the Maven Developers mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Slave windows2 machine crashed

Posted by Tibor Digana <ti...@apache.org>.
I have created INFRA job at ASF issues
https://issues.apache.org/jira/browse/INFRA-9151



--
View this message in context: http://maven.40175.n5.nabble.com/Slave-windows2-machine-crashed-tp5826082p5826294.html
Sent from the Maven Developers mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org