forked from Deuxfleurs/infrastructure
Add 500Mo x3 more RAM to postgres and 2Go less RAM to Matrix
This commit is contained in:
parent
576ac2772e
commit
e640f82eb8
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ job "im" {
|
|||
|
||||
resources {
|
||||
cpu = 1000
|
||||
memory = 4000
|
||||
memory = 2000
|
||||
}
|
||||
|
||||
service {
|
||||
|
|
|
@ -110,7 +110,7 @@ job "postgres9.6" {
|
|||
}
|
||||
|
||||
resources {
|
||||
memory = 500
|
||||
memory = 1000
|
||||
}
|
||||
|
||||
service {
|
||||
|
|
Loading…
Reference in a new issue