Further increase redo log size.
This commit is contained in:
@@ -20,8 +20,8 @@ job "mysql" {
|
|||||||
config {
|
config {
|
||||||
image = "mysql:8.3"
|
image = "mysql:8.3"
|
||||||
args = [
|
args = [
|
||||||
# 200M, up from default of 100M to see if it helps with running out and crashing (glusterfs weirdness suspected)
|
# 300M, up from default of 100M
|
||||||
"--innodb-redo-log-capacity=209715200",
|
"--innodb-redo-log-capacity=314572800",
|
||||||
]
|
]
|
||||||
ports = ["db"]
|
ports = ["db"]
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|||||||
Reference in New Issue
Block a user