Skip to content

Commit 5b7b652

Browse files
committed
InnoDB undo log truncation
1 parent 89ee85c commit 5b7b652

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)