Compare commits

...

3 Commits

Author SHA1 Message Date
0b0ba486a5 Upgrade to 9.4 2025-09-27 17:14:26 +01:00
f0fcea7645 Reduce RAM. 2025-09-27 17:13:09 +01:00
d4d8370682 Reduce CPU & RAM. 2025-09-27 17:12:18 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ job "mysql" {
driver = "docker"
config {
image = "mysql:9.3"
image = "mysql:9.4"
args = [
# 300M, up from default of 100M
"--innodb-redo-log-capacity=314572800",
@@ -46,7 +46,7 @@ job "mysql" {
resources {
cpu = 3000
memory = 4500
memory = 3500
}
}

View File

@@ -60,8 +60,8 @@ job "wordpress" {
}
resources {
cpu = 6000
memory = 2048
cpu = 4000
memory = 1024
}
service {