openstack-on-lxd: mysql server hits OOM
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
percona-cluster (Juju Charms Collection) |
New
|
Undecided
|
Unassigned |
Bug Description
I have deployed openstack-on-lxd bundle, on xenial, on s390x.
That specifies:
charm: cs:~openstack-
options:
max-connections: 20000
Unfortunately that runs into OOM and fails.
My machine has 12GB of RAM and 4GB of swap, is that not enough for this bundle?
I had to reduce max-connections down to 200 to get the bundle to deploy.
I see https:/
affects: | nova-cloud-controller (Juju Charms Collection) → percona-cluster (Juju Charms Collection) |
Trying to repro - this maybe a side effect of the number of cores the machine is presenting; every service will be creating processes based on cpu count x2 all of which require mysql connections, which are then pooled.