Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High memory consumption #3

Open
orco49 opened this issue Sep 14, 2023 · 0 comments
Open

High memory consumption #3

orco49 opened this issue Sep 14, 2023 · 0 comments

Comments

@orco49
Copy link

orco49 commented Sep 14, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant