[JIRA] [_unsorted] (JENKINS-33042) OutOfMemoryError: Java heap space

2016-02-19 Thread h...@sniff.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lance Held edited a comment on  JENKINS-33042 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: OutOfMemoryError: Java heap space  
 
 
 
 
 
 
 
 
 
 This instance has been running for several years and only recently has been exhibiting this behavior. It was doing this with  the  version we had previous to 1.647 which was somewhere around 1.632. I updated java yesterday from 1.7 to 1.8 in the hopes that this would resolve the issue, but it did not.Regarding the JVM settings, where would I find those? It's just a standard java installation with no custom tweaks whatsoever.One side note that could be important is that the disk volume that this is running on is down to 20 GB free (out of 136 GB). The hardware is an 8-core CPU with 8 GB of RAM and the OS is 64-bit if any of that matters. None of that has changed since we first installed jenkins several years ago. The only hardware variable seems to be available disk 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] [_unsorted] (JENKINS-33042) OutOfMemoryError: Java heap space

2016-02-19 Thread h...@sniff.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lance Held commented on  JENKINS-33042 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: OutOfMemoryError: Java heap space  
 
 
 
 
 
 
 
 
 
 
This instance has been running for several years and only recently has been exhibiting this behavior. It was doing this with version we had previous to 1.647 which was somewhere around 1.632. I updated java yesterday from 1.7 to 1.8 in the hopes that this would resolve the issue, but it did not. 
Regarding the JVM settings, where would I find those? It's just a standard java installation with no custom tweaks whatsoever. 
One side note that could be important is that the disk volume that this is running on is down to 20 GB free (out of 136 GB). The hardware is an 8-core CPU with 8 GB of RAM and the OS is 64-bit if any of that matters. None of that has changed since we first installed jenkins several years ago. The only hardware variable seems to be available disk 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] [_unsorted] (JENKINS-33042) OutOfMemoryError: Java heap space

2016-02-19 Thread h...@sniff.org (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Lance Held created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33042 
 
 
 
  OutOfMemoryError: Java heap space  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Oleg Nenashev 
 
 
 

Components:
 

 _unsorted 
 
 
 

Created:
 

 19/Feb/16 6:08 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Lance Held 
 
 
 
 
 
 
 
 
 
 
Our instance of jenkins has been becoming unresponsive after it has been running for several hours. We are on Windows Server 2008 R2 with Jenkins 1.647 and Java 1.8.0_73-b02. The jenkins process is still running when this happens. If one attempts to access the web dashboard, the jenkins process remains at 0% CPU while the java process consumes 100% of one of the cores. A restart of the jenkins service fixes the issue, but this has become a daily annoyance. I've turned on all logging to see if I could determine the culprit and here's what the log shows as the last few entries. 

 
Feb 19, 2016 3:30:00 AM hudson.model.AsyncPeriodicWork$1 run INFO: Started Fingerprint cleanup Feb 19, 2016 3:30:00 AM hudson.model.AsyncPeriodicWork$1 run INFO: Finished Fingerprint cleanup. 0 ms Exception in thread "SCMTrigger 4" java.lang.OutOfMemoryError: Java heap space Feb 19, 2016 6:00:32 AM hudson.model.AsyncAperiodicWork$1 run INFO: Started Calculation of job directories (without builds) Feb 19, 2016 6:00:32 AM hudson.model.AsyncAperiodicWork$1 run INFO: Finished Calculation of job directories (without builds). 0 ms Feb 19, 2016 6:00:33 AM hudson.model.AsyncAperiodicWork$1 run INFO: Started Calculation of workspace usage Feb 19, 2016 6:00:33 AM hudson.model.AsyncAperiodicWork$1 run INFO: Finished Calculation of workspace usage. 0 ms Feb 19, 2016 6:00:33