Hi, Thanks a lot for your answer, I have updated the jvm options as mentioned for about two weeks and it seems there is the same problem, on the local network, it take about 1 min to deploy a jar file using mvn deploy tasks. If I use the web interface to deploy a jar, the upload speed is normal...
Any idea ? Best regards, Jérôme. On Thu, May 20, 2010 at 10:45 AM, Frederic Simon [via Artifactory] <[email protected]> wrote: > I suspect the young generation size of the JVM to be an issue here. > First, 512m for perm gen size looks quite big for just Hudson and > Artifactory! I think 220m should do if you don't have other applications > running on tomcat. > For the upload speed issue, try to add "-XX:NewSize=512m > -XX:MaxNewSize=512m" to see if it helps. > HTH, > Fred. > > On Wed, May 19, 2010 at 3:57 PM, Jerome Blanchard <[hidden email]> wrote: >> >> I notice that for small file, it's very fast (about 1sec for <300ko files) >> but as soon as the file is bigger (600ko) there is a very slow upload >> bitrate... Hudson is running in the same tomcat that artifactory, but I >> encounter the problem even if I'm uploading from another maven compilation >> computer. >> I'm using the standard maven to be able to deploy outside of hudson >> directly >> from my computer (for releasing) >> The JVM params of the tomcat : CATALINA_OPTS=-server -Xms1024M -Xmx1536M >> -XX:PermSize=512M -XX:MaxPermSize=512M -Xverify:none >> -XX:+UseConcMarkSweepGC >> -XX:+CMSClassUnloadingEnabled >> >> For the log, I haven't seen anything relevant... >> >> BR, Jerome. >> -- >> View this message in context: >> http://forums.jfrog.org/Artifactory-2-2-2-tp4973626p5074800.html >> Sent from the Artifactory - Users mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Artifactory-users mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/artifactory-users > > > > -- > Co. Founder and Chief Architect > JFrog Ltd > http://www.jfrog.org/ > http://twitter.com/freddy33 > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Artifactory-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/artifactory-users > > > ________________________________ > View message @ > http://forums.jfrog.org/Artifactory-2-2-2-tp4973626p5078742.html > To unsubscribe from Re: Artifactory 2.2.2, click here. > ------------------------------------------------------------------------------ _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
