« Return to Thread: artifactory 2.0.6 speed problems after upgrade

Re: artifactory 2.0.6 speed problems after upgrade

by Yoav Landman :: Rate this Message:

Reply to Author | View in Thread

The garbage collection you see is the storage garbage collection and it normally doesn't take more than a couple of seconds, even on a large repository like this one. We suspect that there are JVM major GCs happening while the storage GC is running, which slows it down dramatically. This can be verified by turning on -verbose:gc with -XX:+PrintGCDetails.

I would also suggest putting a minimum on the young gen size -XX:NewSize=128m, as well as trying to increase the total heap.

Having another jmap output to verify that the perm gen issue is fixed is also a good idea.

HTH,

Yoav

On Wed, Jul 8, 2009 at 9:21 AM, damonjebb <djebb@...> wrote:



Yoav  Landman wrote:
>
> Ok, looks like it's the perm-gen which is running out of space.
> Try increasing it to, say 128M, and also put a minimum barrier for it, by
> adding the following to your Tomcat JVM options:
>
> -XX:PermSize=128m -XX:MaxPermSize=128m
>
>

I've made these changes and though the systems seems slightly more
responsive we are still getting regular (twice hourly) alerts from the
monitoring system for slow responses to display the home page.

The log is still showing that the garbage collection is taking 30 minutes in
every hour.  Is this normal?

Thanks
Damon
--
View this message in context: http://www.nabble.com/artifactory-2.0.6-speed-problems-after-upgrade-tp24269554p24386031.html
Sent from the Artifactory-Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users

 « Return to Thread: artifactory 2.0.6 speed problems after upgrade