-
Notifications
You must be signed in to change notification settings - Fork 21
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
Missing jemalloc dependency #63
Comments
@lnkuiper , do you think this could be the issue? |
@akoshchiy, indeed, the JDBC client has not been bundled with jemalloc since we moved it out of the main repository to this repository. I don't see why it can't be bundled with jemalloc, so we should look into this. @brianwyka, I'm not sure. I have been able to reproduce a similar memory retention issue, but only on MacOS regardless of whether jemalloc was bundled. On Linux, I was not able to reproduce this issue. |
@lnkuiper , do you have instructions on how to bundle it? Perhaps I can contribute if its not on the roadmap or radar. |
You can enable jemalloc by adding it to the list of extensions in For other clients, we only bundle jemalloc on x86 linux, and we'd like to keep it the same for JDBC, so it needs to check this. You can check how we do this in |
Seems that duckdb sources is not bundled with jemalloc. duckdb/duckdb#13075
It could be the reason of some memory issues, e.g. duckdb/duckdb#9712
The text was updated successfully, but these errors were encountered: