Skip to content

Commit

Permalink
burstable
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Jan 1, 2024
1 parent d95c543 commit cd86b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ data:
innodb_flush_log_at_trx_commit = 2
innodb_write_io_threads = 8
innodb_io_capacity = 1000
innodb_io_capacity_max = 3000
max_allowed_packet = 256M
slow_query_log = true
slow_query_log-file = /var/log/mysql/mysql-slow.log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ spec:
innodb_flush_log_at_trx_commit = 2
innodb_write_io_threads = 8
innodb_io_capacity = 1000
innodb_io_capacity_max = 3000
max_allowed_packet = 256M
livenessProbe:
Expand Down

0 comments on commit cd86b17

Please sign in to comment.