MariaDB: Log and buffer pool default size reduction

This PS reduces the default log and buffer size.

Change-Id: If789064424bfbaba7a427f9bbfe6f3a64e954fdf
Closes-Bug: #1688058
This commit is contained in:
Pete Birley 2017-05-03 13:42:48 -05:00
parent bab04be137
commit 1f536fee87

View File

@ -42,8 +42,8 @@ table_definition_cache=1024
# 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 avaliable RAM.
innodb_buffer_pool_size=4096M
innodb_log_file_size=2000M
innodb_buffer_pool_size=1024M
innodb_log_file_size=200M
innodb_flush_method=O_DIRECT
innodb_flush_log_at_trx_commit=2
innodb_old_blocks_time=1000