The 'NewSize' params were introduced in the default startup script of 2.2.2, but had no effect due to a bug in the script that was just fixed in 2.2.3. Setting these params may make a big difference since without them temporarily caches may overspill into the oldgen and cause frequent full-GC pauses.
On Wed, Apr 28, 2010 at 1:19 PM, Frederic Simon <[email protected]> wrote: > Hi, > > First, do you use the Hudson-Artifactory plugin for deployment or standard > Maven? > Is Hudson and Artifactory running on the same tomcat? > Does the slow deploy happens on direct deploy to Artifactory (UI, maven or > curl)? > > Second, can you send us some more info: > - The JVM version and params of the tomcat (Hudson and Artifactory) > - The log files from Hudson and Artifactory during the deploy > > For info we changed the default JVM options in our standard install to: > > -server -Xms1g -Xmx1g -Xss256k -XX:PermSize=128m -XX:MaxPermSize=128m > -XX:NewSize=350m -XX:MaxNewSize=350m > > The main point is to increase the new size. > > HTH, > Fred. > > On Wed, Apr 28, 2010 at 12:54 PM, Jerome Blanchard <[email protected]>wrote: > >> Hi, >> >> I encounter the same problem as maximillean. >> Upload of artefact is very slow, even on the local machine. >> >> My artifactory is 2.2.1 and run on a custom tomcat. Is there any >> configuration hint to avoid this anoying problem (hudson snapshot >> deployement can take more than 15mn for a simple 10MB ear file...) >> >> Thanks, Jérôme. >> >> >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Artifactory-users mailing list >> [email protected] >> 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/artifactory-users > > -- Yoav Landman CTO, JFrog Ltd. Artifactory Creator http://www.jfrog.org/
------------------------------------------------------------------------------
_______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
