voxpupuli / puppet-wildfly

Puppet module to install, configure and manage Wildfly (8/9/10+), JBoss EAP (6.1+/7.0+) and some Wildfly based products like apiman, Keycloak and Infinispan.
Apache License 2.0
29 stars 78 forks source link

Make the java_maxmetaspace_size param optional. #318

Open bdeferme opened 7 months ago

bdeferme commented 7 months ago

Pull Request (PR) description

The default behaviour on most JVM versions is to have no limit for the Max Meta Space. While I understand wanting to set and limit it, in v3.0.0 this change is listed as an enhancement while actually being a breaking change.

When one only reads the changelog without looking at the code, applications using more then the low default of 128MB will crash.

This Pull Request (PR) fixes the following issues

n/a