-
Notifications
You must be signed in to change notification settings - Fork 29
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
macOS version doesn't use jemalloc #323
Comments
Probably we need to add |
@ashie |
No. I'm in final testing for 4.2.0. |
FYI; td-agent 4.5.0 (or under version?) has dead lock issue on macOS. |
And also, we should use |
Thanks for the information. - td-agent 4.5.0
+ jemalloc 4.5.0 It seems that it's affect to jemalloc 4.5.0 - 5.0.0.
td-agent 4.2.0 includes an amazing challenge for jemalloc. |
You are right, I forgot it. |
BTW it might not be so critical for Ruby, because it uses Giant VM Lock. |
Yes, I mean jemalloc. |
No, it bumped from 4.1.0 to 4.5.0. |
Oh, it's widely spreaded issue... |
This issue has been automatically marked as stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 30 days |
Although dmg package for macOS bundles jemalloc as same as packages for linux platforms, it doesn't use jemalloc.
To enable it,
LD_PRELOAD
environment variable is required. But probably no one sets it on macOS.The text was updated successfully, but these errors were encountered: