This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Description
Hi,
I created a new ECS service for this aws-cost-exporter. After 5 minutes the container was running I got OOM.
The memory limit is defined as 11GB. I used the following configuration:
"memory": 11264,
"memoryReservation": 6144,
"command": [
"--bucket=${report_bucket}",
"--report=${report_name}",
"--web.listen-address=0.0.0.0:9100",
"--web.disable-exporter-metrics"
],
Any ideas on how can I solve this issue?