Skip to content

Commit

Permalink
chore(sql): raise configuration values for open table caches (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 authored Oct 17, 2023
1 parent 1d5a9cc commit b9419e1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions k8s/helmfile/env/local/sql.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ primary:
# 100MB, default & bitnami was 1GB (1073741824)
max_binlog_size=107374182

# T348842
table_open_cache=4096
table_definition_cache=4096

[mysql]
# https://forums.mysql.com/read.php?103,189835,192421#msg-192421
default-character-set=UTF8
Expand Down
4 changes: 4 additions & 0 deletions k8s/helmfile/env/production/sql.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ primary:
# 100MB, default & bitnami was 1GB (1073741824)
max_binlog_size=107374182

# T348842
table_open_cache=4096
table_definition_cache=4096

[mysql]
# https://forums.mysql.com/read.php?103,189835,192421#msg-192421
default-character-set=UTF8
Expand Down
4 changes: 4 additions & 0 deletions k8s/helmfile/env/staging/sql.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ primary:
# 100MB, default & bitnami was 1GB (1073741824)
max_binlog_size=107374182

# T348842
table_open_cache=4096
table_definition_cache=4096

[mysql]
# https://forums.mysql.com/read.php?103,189835,192421#msg-192421
default-character-set=UTF8
Expand Down

0 comments on commit b9419e1

Please sign in to comment.