refactor(forgejo): increase memory_max limit to 4096
This commit is contained in:
parent
a86b440df4
commit
1772ee119f
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ job "forgejo" {
|
|||
resources {
|
||||
cpu = 500
|
||||
memory = 512
|
||||
memory_max = 2048
|
||||
memory_max = 4096
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue