cloudfoundry / capi-release

Bosh Release for Cloud Controller and friends
Apache License 2.0
24 stars 101 forks source link

Add percent monit memory thresholds #462

Closed Samze closed 2 months ago

Samze commented 3 months ago

Add a new optional method to specify memory thresholds.This percent method allows for easier use of Puma where the VM size maybe scaled verticially, this method allows these thresholds to also scale.

Thin could only be scaled horizontally, Puma can be scaled vertically. Due to this the default memory in MB values may be insufficient for Puma installations on large VMs where there is more resource utilisation. Therefore instead of having to configure the MB threshold for the Puma installation based on the VM size, we add a percentage method that can be configured this allows the threshold to scales with the VM.