Skip to content

Commit

Permalink
Update bot.tpl
Browse files Browse the repository at this point in the history
increased resources
  • Loading branch information
lek-x authored Sep 18, 2023
1 parent 2ff1dea commit b569c55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bot.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ job "wtbot-${job_env}" {
}

resources {
cpu = 350
memory = 350
cpu = 650
memory = 650
}
restart {
attempts = 10
Expand Down Expand Up @@ -158,8 +158,8 @@ job "wtbot-${job_env}" {


resources {
cpu = 150
memory = 150
cpu = 350
memory = 350
}
}
}
Expand Down

0 comments on commit b569c55

Please sign in to comment.