Set MySQL table-definition-cache to 2048 (#13864)

This commit is contained in:
Luke Heath 2023-09-11 15:04:43 -05:00 committed by GitHub
parent 31598ab721
commit 79a9451952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ services:
"--log_output=TABLE",
"--log-queries-not-using-indexes",
"--innodb-file-per-table=OFF",
"--table-definition-cache=2048",
# These 3 keys run MySQL with GTID consistency enforced to avoid issues with production deployments that use it.
"--enforce-gtid-consistency=ON",
"--log-bin=bin.log",