Skip to content

Commit

Permalink
productionn value - updated innodb_log_buffer_size to 64MB
Browse files Browse the repository at this point in the history
  • Loading branch information
dk670466 committed Dec 19, 2024
1 parent e6d087e commit 075deeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gateway/production-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,7 @@ mysql:
tmpdir=/opt/bitnami/mysql/tmp
collation-server=utf8_general_ci
character-set-server=UTF8
innodb_log_buffer_size=32M
innodb_log_buffer_size=64M
innodb_log_file_size=80M
max_allowed_packet=20M
sql_mode = "STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ mysql:
image:
registry: docker.io
repository: bitnami/mysql
tag: 8.0.22-debian-10-r75
tag: 8.4.3-debian-12-r5
pullPolicy: IfNotPresent
# pullSecrets:
# - myRegistryKeySecretName
Expand Down

0 comments on commit 075deeb

Please sign in to comment.