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