Skip to content

Commit

Permalink
Merge pull request #1592 from GiganticMinecraft/modify_sql_init
Browse files Browse the repository at this point in the history
modify mariadb conf
  • Loading branch information
outductor authored Dec 22, 2023
2 parents b8c5ea2 + bd26a8d commit 7168988
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
data:
my.cnf: |
[mysqld]
innodb_buffer_pool_size = 1G
innodb_buffer_pool_size = 1.5G
innodb_log_file_size = 256M
innodb_flush_log_at_trx_commit = 2
innodb_write_io_threads = 8
max_allowed_packet = 256M
max_allowed_packet = 512M

0 comments on commit 7168988

Please sign in to comment.