Compare commits
3 Commits
976f3f53c4
...
0b0ba486a5
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b0ba486a5 | |||
| f0fcea7645 | |||
| d4d8370682 |
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -60,8 +60,8 @@ job "wordpress" {
|
||||
}
|
||||
|
||||
resources {
|
||||
cpu = 6000
|
||||
memory = 2048
|
||||
cpu = 4000
|
||||
memory = 1024
|
||||
}
|
||||
|
||||
service {
|
||||
|
||||
Reference in New Issue
Block a user