Re: Why do some sites use a container for the Jenkins server?

2016-09-27 Thread Stephen Connolly
Most likely your JVM heap needs some tuning... you want the average heap utilisation to be ~30-60% of the -Xmx (and set the -Xms to the same as -Xmx) On a 8Gb ram machine default ergonomics in the JVM probably are putting the heap max at 1G or 2G... my analysis of memory usage patterns suggest tha

Why do some sites use a container for the Jenkins server?

2016-09-27 Thread Richard Otter
I'm untrained in web technology, so please read between the lines ... Our site uses the built-in web server in the Jenkins.war file, (still at v1.651.3) For years, we've been unhappy with the web interface's responsiveness when opening Job links. Moving around in the non-Job pages, like Manage Je