Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployment/environments/terraform-preprod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dedupe_hub_name = "deduplicate"
dedupe_hub_version = 1
app_cc_ecs_desired_count = 0
app_dd_fargate_cpu = 4096
app_dd_fargate_memory = 8192
app_dd_fargate_memory = 12288
app_dd_ecs_desired_count = 1

opensearch_instance_type = "m6g.large.search"
Expand Down
2 changes: 1 addition & 1 deletion deployment/environments/terraform-production.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dedupe_hub_name = "deduplicate"
dedupe_hub_version = 1
app_cc_ecs_desired_count = 0
app_dd_fargate_cpu = 4096
app_dd_fargate_memory = 8192
app_dd_fargate_memory = 12288
app_dd_ecs_desired_count = 1
django_log_level="DEBUG"

Expand Down
2 changes: 1 addition & 1 deletion doc/release/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to modify moderation event `status`.
* [OSDEV-1347](https://opensupplyhub.atlassian.net/browse/OSDEV-1347) - Create GET request for `v1/moderation-events/{moderation_id}` endpoint.

### Architecture/Environment changes
* *Describe architecture/environment changes here.*
* Increased memory for the Dedupe Hub instance from 8GB to 12GB in `production` & `pre-prod` environments.

### Bugfix
* *Describe bugfix here.*
Expand Down