mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Set MySQL table-definition-cache to 2048 (#13864)
This commit is contained in:
parent
31598ab721
commit
79a9451952
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue