Skip to content

Increase review-app workhorse cpu

Albert Salim requested to merge increase-review-app-workhorse-cpu into master

What does this MR do?

Given that existing limit at 375m and p99 limit utilization is close to 1.0, increase review-app workhorse CPU:

  • request to 400m
  • limit to 600m

This should alleviate the readiness errors on this container. At the moment, healthcheck on this container is averaging at 5 seconds, close to the timeout value.

Screenshots

Screenshot_2019-12-13_at_5.26.48_PM Screenshot_2019-12-13_at_5.26.59_PM Screenshot_2019-12-13_at_5.27.12_PM

git@review-21087-cont-5cde2m-unicorn-999f74fc6-4rvmz:/$ time /scripts/healthcheck

real    0m4.676s
user    0m0.864s
sys     0m0.013s
git@review-21087-cont-5cde2m-unicorn-999f74fc6-4rvmz:/$ time /scripts/healthcheck

real    0m5.512s
user    0m0.996s
sys     0m0.014s
git@review-21087-cont-5cde2m-unicorn-999f74fc6-4rvmz:/$ time /scripts/healthcheck

real    0m6.800s
user    0m1.074s
sys     0m0.010s

Does this MR meet the acceptance criteria?

Conformity

Edited by Albert Salim

Merge request reports