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

High memory consumption #3

@orco49

Description

@orco49

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions