From bf00a9949fb589b5316adea13679868232e5ed63 Mon Sep 17 00:00:00 2001 From: Pavel Fedin Date: Thu, 18 Jun 2026 09:55:59 +0300 Subject: [PATCH] * increase limits for cache in memory tables --- docker-compose.base.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker-compose.base.yml b/docker-compose.base.yml index 5a6f901..6f73e51 100755 --- a/docker-compose.base.yml +++ b/docker-compose.base.yml @@ -81,6 +81,11 @@ services: - ./config/mariadb:/etc/mysql/conf.d security_opt: - seccomp=unconfined + command: [ + # increase limits for cache tables + "--max-heap-table-size=512M", + "--tmp-table-size=512M" + ] pma: image: phpmyadmin/phpmyadmin restart: always