HomeSoftware Heritage

Add server_multithreaded parameter

Description

Add server_multithreaded parameter

Puppet Server 6.8 has just been released with an experimental new
feature.

This release adds a new JRuby pool architecture that maintains a
single JRuby instance through which requests to Puppet Server are run
concurrently. In this mode, the server's memory footprint is
significantly lighter, because it no longer needs to run multiple JRuby
instances. Toggle this behavior by setting the
jruby-puppet.multithreaded to true.

This commit adds support for this new setting.

Details

Provenance
Alexander Fisher <alex@linfratech.co.uk>Authored on Jan 15 2020, 6:13 PM
olasdPushed on Apr 1 2020, 10:50 AM
Parents
rSPPUP9812f4707ef7: Add Debian 10
Branches
Unknown
Tags
Unknown

Event Timeline

Alexander Fisher <alex@linfratech.co.uk> committed rSPPUP0de3202b7b4c: Add server_multithreaded parameter (authored by Alexander Fisher <alex@linfratech.co.uk>).Jan 15 2020, 6:20 PM