Skip to content

Commit

Permalink
chore: decrease memory usage in staging explorer (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi authored Sep 23, 2023
1 parent d5ecaf2 commit 7157144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .happy/terraform/envs/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ module stack {
require_okta = false
stack_prefix = "/${var.stack_name}"
batch_container_memory_limit = 28000
memory = 50000
explorer_instance_count = 2
memory = 14000
explorer_instance_count = 1


api_domain = "api.${local.domain}"
Expand Down

0 comments on commit 7157144

Please sign in to comment.