-
Notifications
You must be signed in to change notification settings - Fork 323
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
[BUG]: Datadog 5.41.0 causing high memory consumption #5394
Comments
related discussion on issue right before this one: #5389 |
We also experienced this. We ended up downgrading to version 5.39.0 last night. |
We experienced the same on ![]() The error our datadog process was spamming with was the same error mentioned by @Grmiade in #5389
and it's gone after the downgrade. We have another service running the same dd-trace Does any one have any suggestion on how can I debug it so we can have a bit more info on how to solve it? |
@rochdev 5.43.0 has been in for a few hours now and doesn't seem to have fixed mem issues JFYI - maybe premature, but definitely looks like the same linear increase
|
We are experiencing the same issue in our application. After upgrading to dd-trace-js version 5.41.0, we noticed a significant increase in memory consumption, which wasn't present in previous versions (such as 5.39.0). It appears to escalate over time, leading to potential performance degradation. Would appreciate any insights from the Datadog team or others experiencing this issue. Has anyone found a workaround besides downgrading? |
The only significant change that was released in 5.41.0 specifically was #5126. In order to validate that this is actually the source of the issue, we'd need one of 2 things:
If anyone can provide any of those 2 it would help us tremendously with figuring out the issue as soon as possible. |
@MMShep97 This is only supported on the stable-config-enabled-env-var branch. Can you try from that branch and with both environment variable to false? This will allow us to see if that new feature is the problem. |
Tracer Version(s)
5.41.0
Node.js Version(s)
22 -> docker image sha256:9459e243f620fff19380c51497493e91db1454f5a30847efe5bc5e50920748d5
Bug Report
We've been observing high memory usage from Datadog since Saturday, Mar 8.
The stack runs on Next14 and Node 22 from the docker image mentioned above.
Please look at the following Datadog graphs from before and after 8th march.
9th March
See the timing for "shimmer.js" and anonymousL#57
After pinning version to 5.39.0
See the absence of any significant block from datadog.js
Reproduction Code
No response
Error Logs
No response
Tracer Config
No response
Operating System
No response
Bundling
Next.js
The text was updated successfully, but these errors were encountered: