Skip to content

Commit

Permalink
Merge "[MariaDB] Increase innodb_buffer_pool_size value for default d…
Browse files Browse the repository at this point in the history
…eploy settings"
  • Loading branch information
MOS CI authored and Gerrit Code Review committed Jan 22, 2025
2 parents 5274a0c + 59c70e3 commit ece5ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/infra/mariadb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ conf:
# will ensure you use memory and not disks for most read operations.
# Typical values are 50..75% of available RAM.
# TODO(tomasz.paszkowski): This needs to by dynamic based on available RAM.
innodb_buffer_pool_size=1024M
innodb_buffer_pool_size=2048M
innodb_doublewrite=0
innodb_file_format=Barracuda
innodb_file_per_table=1
Expand Down

0 comments on commit ece5ccf

Please sign in to comment.