Increase redo log capacity.
This commit is contained in:
@@ -19,6 +19,10 @@ 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",
|
||||
]
|
||||
ports = ["db"]
|
||||
volumes = [
|
||||
"/data/compute/appdata/mysql:/var/lib/mysql",
|
||||
|
||||
Reference in New Issue
Block a user