Skip to content

Commit

Permalink
modified my.cnf
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuosio committed Jan 29, 2023
1 parent 6dbd6f1 commit 5701fc9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .docker/config/mysql/z.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ default-character-set = utf8mb4
[mysqld]
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
table_definition_cache = 600
table_definition_cache = 622

# user added
performance_schema = on

innodb_stats_on_metadata = 0
innodb_log_file_size = 250M
innodb_buffer_pool_size = 1G
innodb_log_file_size = 384M
innodb_buffer_pool_size = 3G
innodb_io_capacity=1000

join_buffer_size = 4096K
read_rnd_buffer_size = 128K

0 comments on commit 5701fc9

Please sign in to comment.