mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Set MySQL table-definition-cache to 2048 (#13864)
This commit is contained in:
parent
31598ab721
commit
79a9451952
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user