Skip to content

Conversation

lnkuiper
Copy link
Contributor

@lnkuiper lnkuiper commented Nov 4, 2024

Should hopefully fix #14636 (can't test on that hardware).

@Mytherin Mytherin merged commit 844d35b into duckdb:main Nov 6, 2024
42 of 43 checks passed
@Mytherin
Copy link
Collaborator

Mytherin commented Nov 6, 2024

Thanks!

@Alex-Monahan
Copy link
Contributor

I also hit this with Python using uv on a fresh Ubuntu box on AWS. Is there any workaround?

@lnkuiper
Copy link
Contributor Author

lnkuiper commented Nov 7, 2024

@Alex-Monahan I am not sure of any workaround. Maybe MALLOC_CONF="narenas:<number of arenas>" ./duckdb will work.

@szarnyasg szarnyasg mentioned this pull request Nov 25, 2024
2 tasks
github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Dec 21, 2024
csv: parse escape character in unquoted fields (duckdb/duckdb#14464)
Add fallback for thread count if jemalloc cannot identify (duckdb/duckdb#14688)
[Python] Add `LambdaExpression` to the Python Expression API (duckdb/duckdb#14713)
github-actions bot added a commit to duckdb/duckdb-r that referenced this pull request Dec 21, 2024
csv: parse escape character in unquoted fields (duckdb/duckdb#14464)
Add fallback for thread count if jemalloc cannot identify (duckdb/duckdb#14688)
[Python] Add `LambdaExpression` to the Python Expression API (duckdb/duckdb#14713)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Mytherin added a commit that referenced this pull request Feb 4, 2025
This is an additional step to fix the same issue as
#14688. We've noticed this occurs
when the # of CPUs is set to 1.
@lnkuiper lnkuiper deleted the malloc_ncpus_fallback branch April 14, 2025 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Out of memory message when starting the CLI
3 participants