refactor(forgejo): increase memory_max limits for resource allocation
This commit is contained in:
parent
c65efc8ec2
commit
7c0f431895
1 changed files with 4 additions and 3 deletions
|
@ -103,7 +103,7 @@ job "forgejo" {
|
||||||
resources {
|
resources {
|
||||||
cpu = 150
|
cpu = 150
|
||||||
memory = 128
|
memory = 128
|
||||||
memory_max = 256
|
memory_max = 1024
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
|
@ -206,6 +206,7 @@ job "forgejo" {
|
||||||
resources {
|
resources {
|
||||||
cpu = 500
|
cpu = 500
|
||||||
memory = 512
|
memory = 512
|
||||||
|
memory_max = 1024
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue