diff --git a/services/mysql.hcl b/services/mysql.hcl index 12bf407..d9c17cb 100644 --- a/services/mysql.hcl +++ b/services/mysql.hcl @@ -20,8 +20,8 @@ job "mysql" { config { image = "mysql:8.3" args = [ - # 200M, up from default of 100M to see if it helps with running out and crashing (glusterfs weirdness suspected) - "--innodb-redo-log-capacity=209715200", + # 300M, up from default of 100M + "--innodb-redo-log-capacity=314572800", ] ports = ["db"] volumes = [