Re: Getting java.lang.OutOfMemoryError: Java heap space

2016-07-14 Thread Prakhash Sivakumar
Hi Keil, Sorry for the late response. I got it done. Thanks, I was implemented the JiraIssueCreaterAPI which loads all the existing Jira to memory & do the processing, It encountered a memory leakage issue. Thanks On Tuesday, July 12, 2016 at 4:38:33 PM UTC+5:30, Werner Keil wrote: > > Hi, >

Re: Getting java.lang.OutOfMemoryError: Java heap space

2016-07-12 Thread Werner Keil
Hi, The link you mentioned helps if you run Jenkins "standalone" meaning with its own app server (usually installed via apt-get or similar) I used it and know it works for this Jenkins setup. If you deployed the Jenkins WAR into Tomcat, you have to adjust memory there, see e.g. the Tomcat

Getting java.lang.OutOfMemoryError: Java heap space

2016-07-11 Thread Prakhash Sivakumar
Hi all, I'm using Jenkins which is deployed on tomcat server. I'm getting the below error when running a task in Jenkins. I have searched for the possibilities which are mentioned on [1] , but I couldn't find any Jenkins related configuration files mentioned. Please provide suggestions to