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 {
|
||||
cpu = 150
|
||||
memory = 128
|
||||
memory_max = 256
|
||||
memory_max = 1024
|
||||
}
|
||||
|
||||
template {
|
||||
|
@ -204,8 +204,9 @@ job "forgejo" {
|
|||
}
|
||||
|
||||
resources {
|
||||
cpu = 500
|
||||
memory = 512
|
||||
cpu = 500
|
||||
memory = 512
|
||||
memory_max = 1024
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue