Skip to content

Commit

Permalink
Fix OOM Killing Nomad Agent
Browse files Browse the repository at this point in the history
by increasing the memory reservation per runner.
  • Loading branch information
mpass99 committed Sep 5, 2024
1 parent e56b870 commit d83407e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/environment/template-environment-job.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ job "template-0" {

resources {
cpu = 40
memory = 30
memory = 50
}
}
}
Expand Down

0 comments on commit d83407e

Please sign in to comment.