Comments on: Debugging jenkins https://lizards.opensuse.org/2019/07/31/debugging-jenkins/ Blogs and Ramblings of the openSUSE Members Fri, 06 Mar 2020 17:50:09 +0000 hourly 1 https://wordpress.org/?v=4.7.5 By: Tony Su https://lizards.opensuse.org/2019/07/31/debugging-jenkins/#comment-16974 Wed, 31 Jul 2019 15:20:20 +0000 http://lizards.opensuse.org/?p=13945#comment-16974 Thank you for posting about the problem, your steps to analyze, your conclusion and your solution.

Still,
Your description and solution looks suspiciously like a common required setting when deploying high capacity Java apps in general which would have nothing to do with systemd(maybe you’re only applying the new configuration in a Unit file vs the native app configuration file?)… It’s fairly well known that in high capacity Java apps that the default number of supported threads is inadequate, and needs to be increased.

This is something that has to be set in all Java apps including very large deployments of Logstash if you’re running Elastic, various other Java server apps.

]]>