diff --git a/services/reports/src/constants.rs b/services/reports/src/constants.rs --- a/services/reports/src/constants.rs +++ b/services/reports/src/constants.rs @@ -1,2 +1,2 @@ pub const REPORT_LIST_DEFAULT_PAGE_SIZE: u32 = 20; -pub const REQUEST_BODY_JSON_SIZE_LIMIT: usize = 10 * 1024 * 1024; // 10MB +pub const REQUEST_BODY_JSON_SIZE_LIMIT: usize = 200 * 1024 * 1024; // 200MB diff --git a/services/terraform/remote/service_reports.tf b/services/terraform/remote/service_reports.tf --- a/services/terraform/remote/service_reports.tf +++ b/services/terraform/remote/service_reports.tf @@ -68,7 +68,7 @@ execution_role_arn = aws_iam_role.ecs_task_execution.arn network_mode = "bridge" cpu = "256" - memory = "256" + memory = "512" requires_compatibilities = ["EC2"] # Set this to true if you want to keep old revisions