Skip to content

Commit

Permalink
Merge pull request #6 from ansforge/fix/increase-mongodb-resources
Browse files Browse the repository at this point in the history
increase mongodb resources
  • Loading branch information
bou3108 authored Apr 10, 2024
2 parents 59f5a56 + 8be1c97 commit 154566f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psc-mongodb/psc-mongodb.nomad.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ job "psc-mongodb" {
ports = ["db"]
}
resources {
cpu = 500
memory = 1536
cpu = 800
memory = 3072
}
service {
name = "$\u007BNOMAD_NAMESPACE\u007D-$\u007BNOMAD_JOB_NAME\u007D"
Expand Down

0 comments on commit 154566f

Please sign in to comment.