Skip to content

Commit

Permalink
Reduce RAM allocation for destination
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Aug 6, 2024
1 parent ddacc1b commit 2076094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operations/deploy-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,13 @@ external_control_port = {{ env `NOMAD_PORT_control_port` }}

resources {
cpu = 128
memory = 1500
memory = 128
}

volume_mount {
volume = "sbws-destination-stage"
destination = "/data"
read_only = false
read_only = true
}

service {
Expand Down

0 comments on commit 2076094

Please sign in to comment.