From a0c1de7501730172747c258967f8047f9523dbaa Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 27 Mar 2023 17:22:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=AE=89=E8=A3=85mysql?= =?UTF-8?q?=E6=97=B6=E8=B0=83=E6=95=B4innodb=5Fsort=5Fbuffer=5Fsize?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/setup/mysql/mysqlinstallers/mysql_installer.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/web/actions/default/setup/mysql/mysqlinstallers/mysql_installer.go b/internal/web/actions/default/setup/mysql/mysqlinstallers/mysql_installer.go index beb5637f..e00935f2 100644 --- a/internal/web/actions/default/setup/mysql/mysqlinstallers/mysql_installer.go +++ b/internal/web/actions/default/setup/mysql/mysqlinstallers/mysql_installer.go @@ -523,6 +523,7 @@ binlog_cache_size=1M binlog_stmt_cache_size=1M thread_cache_size=32 binlog_expire_logs_seconds=604800 +innodb_sort_buffer_size=8M ` }