Skip to content

Commit 93f4c67

Browse files
authored
Merge pull request #312 from wunderio/feature/undo-log-truncation
InnoDB undo log truncation
2 parents c81fb0f + 5b7b652 commit 93f4c67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

silta/silta.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ mariadb:
114114
performance_schema=1
115115
innodb_write_io_threads=16
116116
innodb_use_native_aio=0
117+
# Undo Log Truncation
118+
innodb_undo_log_truncate=ON
119+
innodb_max_undo_log_size=1G
117120
[client]
118121
port=3306
119122
socket=/opt/bitnami/mariadb/tmp/mysql.sock

0 commit comments

Comments
 (0)