Skip to content

Commit

Permalink
fix: adjust arango CPU requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Isobel Daley committed Apr 16, 2024
1 parent cd05927 commit fc30205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ locals {
flower_container_cpu = 1024

arango_container_memory = 8192
arango_container_cpu = 4096
arango_container_cpu = 2048
arango_container_port = 8529

mlflow_container_memory = 8192
Expand Down

0 comments on commit fc30205

Please sign in to comment.