[JIRA] [build-pipeline-plugin] (JENKINS-21422) Jenkins crashing due to out of memory when rebuilding jobs

2015-11-20 Thread alv...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Dan Alvizu assigned an issue to Dan Alvizu 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-21422 
 
 
 
  Jenkins crashing due to out of memory when rebuilding jobs  
 
 
 
 
 
 
 
 
 

Change By:
 
 Dan Alvizu 
 
 
 

Assignee:
 
 Dan Alvizu 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-pipeline-plugin] (JENKINS-21422) Jenkins crashing due to out of memory when rebuilding jobs

2015-11-12 Thread henrikk...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Kirk commented on  JENKINS-21422 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins crashing due to out of memory when rebuilding jobs  
 
 
 
 
 
 
 
 
 
 
Have the same problem. Attached is the build.xml file. Hope it helps in some way. 
   false   falsebusywait p9kF0Mugbid5lGNqossRRoIm  false false false false false true true false true false false 2   git@10.0.0.1:henrik/project.git 1013fa52-89a7-42d3-8007-ff92c65fb56a */master   falsetrue false false false   H/5 * * * * false   falsecd web; /opt/activator-1.3.6-minimal/activator test;  web/target/test-reports/*.xml false 1.0true false false false  30  1  10
For Im 99% sure it is only happening when rebuilding after a failed build. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-pipeline-plugin] (JENKINS-21422) Jenkins crashing due to out of memory when rebuilding jobs

2015-11-12 Thread henrikk...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Henrik Kirk commented on  JENKINS-21422 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Jenkins crashing due to out of memory when rebuilding jobs  
 
 
 
 
 
 
 
 
 
 
This also deletes the "Test Trends" 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-pipeline-plugin] (JENKINS-21422) Jenkins crashing due to out of memory when rebuilding jobs

2015-06-02 Thread cpar...@biosignia.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Clint Parham commented on  JENKINS-21422 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Jenkins crashing due to out of memory when rebuilding jobs  
 
 
 
 
 
 
 
 
 
 
I'm also running into OutOfMemoryError: Java heap space errors using the Build Pipeline View. Jenkins was fine running our jobs using ~130MB of heap. But since adding the Build Pipeline plugin we see heap memory spike to over 1.5GB when opening a single job page belonging to a pipeline. As soon as we disabled the Pipeline plugin, we could open the same job page and saw no increase in heap usage. 
Running Jenkins 1.602 and Build Pipline 1.4.7 
Partial stacktrace: Jun 2, 2015 1:39:25 PM org.eclipse.jetty.util.log.JavaUtilLog warn WARNING: Error while serving http://192.168.2.85:8081/job/Pipeline_MAT_Build/test/trendMap java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:161) ... at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) Caused by: java.lang.OutOfMemoryError: Java heap space 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-pipeline-plugin] (JENKINS-21422) Jenkins crashing due to out of memory when rebuilding jobs

2015-06-02 Thread dan...@beckweb.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck commented on  JENKINS-21422 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Jenkins crashing due to out of memory when rebuilding jobs  
 
 
 
 
 
 
 
 
 
 
My guess would be the excessive serialization in Build Pipeline's build cause. The affected job's build.xml files would be interesting. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [build-pipeline-plugin] (JENKINS-21422) Jenkins crashing due to out of memory when rebuilding jobs

2015-02-18 Thread lac...@gmail.com (JIRA)














































Ladislav Toldy
 commented on  JENKINS-21422


Jenkins crashing due to out of memory when rebuilding jobs















Yes it occurs also in 1.580.3



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.