Merge lp:~hloeung/ubuntu-repository-cache/auto-apache2-mpm-tuning into lp:ubuntu-repository-cache
Proposed by
Haw Loeung
on 2020-10-28
Status: | Merged |
---|---|
Approved by: | Haw Loeung on 2020-11-02 |
Approved revision: | 296 |
Merged at revision: | 289 |
Proposed branch: | lp:~hloeung/ubuntu-repository-cache/auto-apache2-mpm-tuning |
Merge into: | lp:ubuntu-repository-cache |
Diff against target: |
303 lines (+200/-18) 5 files modified
config.yaml (+15/-15) lib/ubuntu_repository_cache/apache.py (+40/-0) lib/ubuntu_repository_cache/tests/test_apache.py (+141/-0) templates/apache2/mpm_worker.template (+3/-2) tox.ini (+1/-1) |
To merge this branch: | bzr merge lp:~hloeung/ubuntu-repository-cache/auto-apache2-mpm-tuning |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stuart Bishop | 2020-10-28 | Approve on 2020-11-02 | |
Barry Price | 2020-10-28 | Approve on 2020-11-02 | |
Review via email:
|
Commit message
Automatically calculate MPM worker tuning configs
Description of the change
Currently, these are the flavors/instance types generally used:
GCE - https:/
n1-standard-16 = 16 vCPUs, 60GiB RAM
AWS - https:/
c5.xlarge = 4 vCPUs, 8GiB RAM
c3.4xlarge = 16 vCPUs, 30GiB RAM
c4.8xlarge = 36 vCPUs, 60GiB RAM
Azure - https:/
Standard_D2_v2 = 2 vCPUs, 7GiB RAM
Standard_D3_v2 = 4 vCPUs, 14GiB RAM
To post a comment you must log in.
lp:~hloeung/ubuntu-repository-cache/auto-apache2-mpm-tuning
updated
on 2020-11-02
- 296. By Haw Loeung on 2020-11-02
-
Fixed comments
Change successfully merged at revision 289
This merge proposal is being monitored by mergebot. Change the status to Approved to merge.