During some performance tuning we had to set the ReservedCodeCacheSize of Java. This allows to increase the Reserved code cache size (in bytes).
This is described in the Puppetserver performance tuning guide, but in Oracle Java SE 8 the parameter is called ReservedCodeCacheSize (see Codecache documentation).
n/a
<!--
Thank you for contributing to this project!
-->
Adds a parameter to puppetserver::repository
for specifying which APT repo to use. Defaults to puppet
which contains the latest major release.
Fixes #67
Manual workaround for puppetserver versions >= 2.5.0 that use
/etc/puppetlabs/puppetserver/services.d/ca.cfg for bootstrap configuration.
Check links for more info
https://puppet.com/docs/puppetserver/2.7/release_notes.html#potential-breaking-issues-when-upgrading-with-a-modified-bootstrapcfg
https://puppet.com/docs/puppetserver/2.7/release_notes.html#new-feature-flexible-service-bootstrappingca-configuration-file
fixes https://github.com/voxpupuli/puppet-puppetserver/issues/52