Skip to content
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

Update sqlx #2617

Merged
merged 5 commits into from
Feb 14, 2025
Merged

Update sqlx #2617

merged 5 commits into from
Feb 14, 2025

Conversation

tbro
Copy link
Contributor

@tbro tbro commented Feb 13, 2025

Fixes OOM while compiling squencer-sqlite

@tbro tbro changed the title Update sqlx and use native-sqlite Update sqlx Feb 14, 2025
@tbro tbro merged commit 1f9b3a1 into main Feb 14, 2025
34 of 41 checks passed
@tbro tbro deleted the tb/native-sqlite branch February 14, 2025 13:27
tbro added a commit that referenced this pull request Feb 14, 2025
Updating sqlx to `0.8.3` appears to resolve. Excessive memory usage when compiling bundled sqlite. It was originally planned to add `sqlite-unbundled` as well to use native/system sqlite, but apparently excessive memory usage disappears w/ out that change. And it may be disruptive as our deployments currently rely on the bundled sqlite. As a followup, we can consider adding our own `sqlite-unbundled` feature to easily avoid compiling sqlite where we know there is one available in testing.

---------

Co-authored-by: tbro <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants