Skip to content

Commit

Permalink
ATOR-330 - Memory improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
yumirkov committed Sep 9, 2024
1 parent be62cc1 commit 93c4f45
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 38 deletions.
6 changes: 0 additions & 6 deletions .idea/misc.xml

This file was deleted.

27 changes: 0 additions & 27 deletions .idea/workspace.xml

This file was deleted.

2 changes: 1 addition & 1 deletion operations/deploy-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ job "onionperf-dev" {
}

resources {
cpu = 256
cpu = 128
memory = 256
}

Expand Down
4 changes: 2 additions & 2 deletions operations/deploy-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ job "onionperf-live" {
}

resources {
cpu = 256
memory = 256
cpu = 128
memory = 512
}

}
Expand Down
4 changes: 2 additions & 2 deletions operations/deploy-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ job "onionperf-stage" {
}

resources {
cpu = 256
memory = 256
cpu = 128
memory = 512
}

}
Expand Down

0 comments on commit 93c4f45

Please sign in to comment.