puppetlabs / gatling-puppet-load-test

34 stars 44 forks source link

Testing releases vs. threadsafe puppet #390

Open billclaytor opened 4 years ago

billclaytor commented 4 years ago

Potentially test 2019.4 depending on outcome of Lovejoy testing? Threadsafe puppet vs. release?

Tuning recommendations for threadsafe is a higher priority.

max requests per jruby is basically a cold start scenario. This setting was added to mitigate memory leaks in puppet code. Could it initially be set to unlimited and then dynamically check and only set this value based on the environment to prevent the jruby from crashing? May require a restart anyway to pick up the updated setting.

We will need to trigger a refresh to see the impact on scalability.

billclaytor commented 4 years ago

Create epics:

-- Done