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.
[x] I have viewed signed and have submitted the Contributor License Agreement
[x] I have made this pull request to the develop branch
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.
[x] I have viewed signed and have submitted the Contributor License Agreement
[x] I have made this pull request to the
develop
branch[ ] I have run CF Acceptance Tests on bosh lite