canonical / mysql-k8s-bundle

A bundle for mysql and mysql-router k8s charms
https://charmhub.io/mysql-k8s-bundle
Apache License 2.0
2 stars 1 forks source link

DPE-1656 Limit tests RAM usage by every unit/container to 1Gb #49

Closed taurus-forever closed 1 year ago

taurus-forever commented 1 year ago

Issue

Often and strange tests crashes on GH runner while all is OK on localhost.

Solution

GH Runners have 8GB RAM only. We are launching 1-2 MySQL clusters with three units each and allocating 50% for innodb_buffer_pull_size. OOM is an often trouble in this case.

taurus-forever commented 1 year ago

Abandoning as we have to go another direction (unfortunately): https://warthogs.atlassian.net/browse/DPE-1656?focusedCommentId=225625