FWIW, I've found that using CMS tends to even out the pauses as well: -XX:+UseConcMarkSweepGC
On Wed, Feb 12, 2014 at 3:28 PM, mp <[email protected]> wrote: > We're experiencing what appear to be the same symptoms on CentOS 6.4, > Jenkins 1.550. Running Jenkins behind apache with SSL. > > Setting -XX:PermSize in addition to -XX:MaxPermSize helped remove the 99% > utilization number, but jenkins still hangs. > > On Saturday, July 28, 2012 2:56:20 AM UTC-4, sti wrote: >> >> I guess this means the JVM has run out of space in the permgen pool. >> There should be an exception in the syslog about it. (Although a couple of >> days ago when I ran out of heap, there was no exception logged until I >> killed the JVM, strange...) >> >> You need to provide -XX:MaxPermSize=256m (or som other number) to the >> first prompt by Jenkins.app. The args provided in the first prompt will be >> consumed by the JVM, the args in the second by Jenkins itself. >> >> -- Sami >> >> Brad Knowles <[email protected]> kirjoitti 28.7.2012 kello 3.05: >> >> > Perm Generation: >> > capacity = 85983232 (82.0MB) >> > used = 85981344 (81.99819946289062MB) >> > free = 1888 (0.001800537109375MB) >> > 99.99780422303735% used >> > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
