Re: FATAL: Java heap space

2012-05-10 Thread SamL
Thank you very much for the information On Thursday, May 10, 2012 2:04:15 AM UTC-7, Jan Seidel wrote: > > add the argument -Xmx1024m (1 gig in this case) when calling java. > You will have to test the amount you need. > > Take care > Jan > > Am Mittwoch, 9. Mai 2012 21:22:41 UTC+2 schrieb Vincent

Re: FATAL: Java heap space

2012-05-10 Thread Jan Seidel
add the argument -Xmx1024m (1 gig in this case) when calling java. You will have to test the amount you need. Take care Jan Am Mittwoch, 9. Mai 2012 21:22:41 UTC+2 schrieb Vincent Latombe: > > Hello, > > https://wiki.jenkins-ci.org/display/JENKINS/I%27m+getting+OutOfMemoryError > > Vincent > > >

Re: FATAL: Java heap space

2012-05-09 Thread Vincent Latombe
Hello, https://wiki.jenkins-ci.org/display/JENKINS/I%27m+getting+OutOfMemoryError Vincent 2012/5/9 SamL > Hello Folks. > > I am running Jenkins 1.459 on Centos6 and I just got the following error. > Has anyone else seeing this issue? > > Any help/information will be much appreciated > Thank y