-
Notifications
You must be signed in to change notification settings - Fork 454
CLI WSL Memory Note #5604
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
base: main
Are you sure you want to change the base?
CLI WSL Memory Note #5604
Conversation
Hi @Ian-Fogelman thanks for the PR. A question: is this limited to the CLI client or does this also occur on other clients such as Python? |
Hi @szarnyasg, I was able to test this on a previous version of WSL, version
Output:
DuckDB CLI output:
![]() |
Hi @szarnyasg, Just an update I was able to test this on Canonical-Ubuntu-20.04-2025.07.23-0 on a remote server, and the error did occur, but only on the CLI. By the way this was on the latest duckdb CLI This makes me think its tied to specific versions of Ubuntu, I think a followup action for me could be:
Do you agree this would be worth testing to confirm and merge a PR to docs? ![]() |
hey, thanks for adding this. The text should probably state prominently that this is a WSL-specific issue. As I see it at the moment, it looks like this happens on all Ubuntu. |
Hi DuckDB!
This PR addresses duckdb/duckdb#17646, there was not a super obvious place to put this note so I simply added it to the overview page with the noted workaround solution. Unclear if its worth mentioning this caveat for the small user base using WSL and the CLI concurrently, but since the issue was still open and marked for docs I wanted to give it a shot.