chore(forgejo): increase memory allocation and set maximum memory for runner task
This commit is contained in:
parent
36bf3d41a7
commit
b26053eb9c
1 changed files with 3 additions and 2 deletions
|
@ -100,8 +100,9 @@ job "forgejo" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 150
|
cpu = 150
|
||||||
memory = 64
|
memory = 128
|
||||||
|
memory_max = 256
|
||||||
}
|
}
|
||||||
|
|
||||||
template {
|
template {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue