Skip to content

Commit d54ae09

Browse files
committed
Add example flags to mariadb for big setup.
1 parent a7e76b8 commit d54ae09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
restart: always
66
command: "--innodb-buffer-pool-size=4294967296 --innodb-buffer-pool-instances=8"
77
# big setup
8-
# command: "--innodb-buffer-pool-size=17179869184 --innodb-buffer-pool-instances=16"
8+
# 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"
99
ports:
1010
- 3306:3306
1111
environment:

0 commit comments

Comments
 (0)