We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e76b8 commit d54ae09Copy full SHA for d54ae09
docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
restart: always
6
command: "--innodb-buffer-pool-size=4294967296 --innodb-buffer-pool-instances=8"
7
# big setup
8
- # command: "--innodb-buffer-pool-size=17179869184 --innodb-buffer-pool-instances=16"
+ # command: "--innodb-buffer-pool-size=17179869184 --innodb-buffer-pool-instances=16 --performance_schema=on --query_cache_type=off --query_cache_size=0 --innodb_log_file_size=1073741824 --innodb_io_capacity=2000"
9
ports:
10
- 3306:3306
11
environment:
0 commit comments