Skip to content

Commit

Permalink
chore: increase rdev memory (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi authored Aug 3, 2022
1 parent c93f3b3 commit 18f364e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .happy/terraform/envs/rdev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module stack {
require_okta = true
stack_prefix = "/${var.stack_name}"
batch_container_memory_limit = 28000
memory = 4096

api_domain = "${var.stack_name}-explorer.rdev.single-cell.czi.technology"
web_domain = "${var.stack_name}-explorer.rdev.single-cell.czi.technology"
Expand Down

0 comments on commit 18f364e

Please sign in to comment.