Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Linear Increase in Memory Utilization #23

Open
wjwatkinson opened this issue Aug 12, 2021 · 2 comments
Open

Linear Increase in Memory Utilization #23

wjwatkinson opened this issue Aug 12, 2021 · 2 comments

Comments

@wjwatkinson
Copy link

After installing this gem our memory utilization started increasing linearly instead of leveling off after startup of the application as it had previously. Removing the gem resolved this.

image

Our configuration was pretty simple:

config.server_middleware do |chain|
    chain.add(
      Sidekiq::Middleware::Server::Datadog,
      metric_name: "ihub.sidekiq.job",
      tags: job_tags
    )
  end

The gem did not collect the metrics we were looking for because of how we are running Sidekiq jobs, but I thought it would be useful to capture this potential issue in case other people are see it. Happy to provide any other information if it would be useful.

@dim
Copy link
Member

dim commented Aug 13, 2021

@dmagliola is that something you could possibly investigate? Sounds like something is not being properly flushed in Datadog::Statsd. I don't us accumulating anything so the leak must be there somewhere.

@dim
Copy link
Member

dim commented Dec 13, 2021

@mxmCherry if you have a spare moment, would you be able to take a look?

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

No branches or pull requests

2 participants