Re: jenkins svn update

2012-02-16 Thread fiona
I test before, if I execute 'svn update' at client, I feel the speed is faster than jenkins :), svn version in jenkins is 1.6,but my svn server is 1.7, it not to upgrade? the speed is relate to Apache? On 2月16日, 下午4时48分, Didier Durand wrote: > Hi Fiona, > > The place to increase memory is Job Co

Re: jenkins svn update

2012-02-16 Thread Didier Durand
Hi Fiona, The place to increase memory is Job Configuration of your job > Build > Invoke Ant > Advanced > Java Options What I can suggest to see if the issue comes from your CI machine or the SVN server: connect to the CI machine via ssh, run the checkout in the terminal session via the native sv

Re: jenkins svn update

2012-02-15 Thread fiona
hi, I open my job config, there no place to increase the -Xmx -Xms , I increase it in my enviornment variable JAVA_OPTS,the Xmx is 1024m, Xms is 128m, it seems like no effect. BTW,my source code is too much. On 2月16日, 下午1时20分, Didier Durand wrote: > Hi, > > Maybe not enough memory for the JVM run

Re: jenkins svn update

2012-02-15 Thread Didier Durand
Hi, Maybe not enough memory for the JVM running the job to handle the svn protocol efficiently Try to increase the -Xmx -Xms on the Java Options of your job config. I would be interested to read about your results with this proposal or any other. regards didier On Feb 16, 6:15 am, fiona

jenkins svn update

2012-02-15 Thread fiona
if my source code is managed by svn, when a new build start, it will update first,but I find it very slow, if I execute command 'svn update' alone, it is update fast. what factor maybe affect the speed?