Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

ReservedCodeCache #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

keachi
Copy link

@keachi keachi commented Jan 7, 2020

Pull Request (PR) description

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).

This Pull Request (PR) fixes the following issues

n/a

@vox-pupuli-tasks
Copy link

Dear @keachi, thanks for the PR!

This is Vox Pupuli Tasks, your friendly Vox Pupuli Github Bot. I noticed that your pull request has CI failures. Can you please have a look at the failing CI jobs?
If you need any help, you can reach out to us on our IRC channel voxpupuli on Freenode or our Slack channel voxpupuli at slack.puppet.com.
You can find my sourcecode at voxpupuli/vox-pupuli-tasks

On large Puppetservers the ReservedCodeCache can be increased regarding
the Puppetserver tuning guide.
https://puppet.com/docs/puppetserver/latest/tuning_guide.html#potential-java-args-settings
Regarding the Oracle JavaSE 8 guide this parameter is called
ReservedCodeCacheSize.
https://docs.oracle.com/javase/8/embedded/develop-apps-platforms/codecache.htm
To achive this, the Puppetserver module should also allow to set this
value.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant