Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/my.cnf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# container size. Set to the amount of RAM for the most important data
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.

innodb_buffer_pool_size = $buffer
innodb_buffer_pool_size = ${buffer}M

# Remove leading # to turn on a very important data integrity option: logging
# changes to the binary log between backups.
Expand Down