Skip to content

Commit c9621f2

Browse files
committed
TF Changes
1 parent 8e32f42 commit c9621f2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

yarn-project/aztec/terraform/bot/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ resource "aws_ecs_task_definition" "aztec-bot" {
150150
command = ["start", "--bot", "--pxe"]
151151
essential = true
152152
cpu = 8192
153-
memoryReservation = 14336
153+
memoryReservation = 15685
154154
portMappings = [
155155
{
156156
containerPort = 80

yarn-project/aztec/terraform/node/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ resource "aws_ecs_task_definition" "aztec-node" {
216216
command = ["start", "--node", "--archiver", "--sequencer"]
217217
essential = true
218218
cpu = 4096
219-
memoryReservation = 8192
219+
memoryReservation = 7790
220220
portMappings = [
221221
{
222222
containerPort = 80

yarn-project/aztec/terraform/prover-node/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ resource "aws_ecs_task_definition" "aztec-prover-node" {
215215
command = ["start", "--prover-node", "--archiver"]
216216
essential = true
217217
cpu = 4096
218-
memoryReservation = 8192
218+
memoryReservation = 7790
219219
portMappings = [
220220
{
221221
containerPort = 80

yarn-project/aztec/terraform/prover/main.tf

+4-4
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ resource "aws_ecs_task_definition" "aztec-proving-agent" {
238238
"command": ["start", "--prover"],
239239
"essential": true,
240240
"cpu": 16384,
241-
"memoryReservation": 122880,
241+
"memoryReservation": 127800,
242242
"portMappings": [
243243
{
244244
"containerPort": 80
@@ -285,9 +285,9 @@ resource "aws_ecs_task_definition" "aztec-proving-agent" {
285285
"name": "NETWORK_NAME",
286286
"value": "${var.DEPLOY_TAG}"
287287
},
288-
{
289-
"name": "LOG_JSON",
290-
"value": "1"
288+
{
289+
"name": "LOG_JSON",
290+
"value": "1"
291291
}
292292
],
293293
"logConfiguration": {

0 commit comments

Comments
 (0)