From 84d1f25446731e4e51beb83a017cdf7bfda8c5d5 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Tue, 21 Feb 2023 08:43:13 -0800 Subject: Use mysql memory reduction flags for ceph job This makes the ceph-multistore job use the MYSQL_REDUCE_MEMORY flag in devstack to try to address the frequent OOMs we see in that job. Change-Id: Ibc203bd10dcb530027c2c9f58eb840ccc088280d Closes-Bug: #1961068 --- .zuul.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.yaml b/.zuul.yaml index 25d6cc6819..29918cafc8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -608,6 +608,7 @@ GLANCE_USE_IMPORT_WORKFLOW: True DEVSTACK_PARALLEL: True GLANCE_LIMIT_IMAGE_SIZE_TOTAL: 2048 + MYSQL_REDUCE_MEMORY: True # NOTE(danms): This job is pretty heavy as it is, so we disable some # services that are not relevant to the nova-glance-ceph scenario # that this job is intended to validate. -- cgit v1.2.1