chore(forgejo): reduce CPU and memory allocation for runner task
This commit is contained in:
parent
69a86b5c69
commit
36bf3d41a7
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@ job "forgejo" {
|
|||
}
|
||||
|
||||
resources {
|
||||
cpu = 500
|
||||
memory = 512
|
||||
cpu = 150
|
||||
memory = 64
|
||||
}
|
||||
|
||||
template {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue