Re: How to set request header size for jetty

2017-05-19 Thread stanislavzal
> > hi >> > May 19, 2017 10:05:33 AM org.eclipse.jetty.util.log.JavaUtilLog warn WARNING: Header is too large >8192 I added such options in jenkins.xml and it is resolved issue: -Xrs -Xmx256m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -Dorg.eclipse.jetty.server.HttpConfigura

Re: How to set request header size for jetty

2017-05-19 Thread stanislavzal
> > Please try this: >> > https://issues.jenkins-ci.org/browse/JENKINS-26963 workaround this by adding -Dorg.eclipse.jetty.server.Request.maxFormContentSize=50 in the XML node of Jenkins\jenkins.xml -- You received this message because you are subscribed to the Google Groups "Jenkins U