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

GH-50: Reduce bucket size #51

Merged
merged 2 commits into from
Sep 20, 2023
Merged

GH-50: Reduce bucket size #51

merged 2 commits into from
Sep 20, 2023

Conversation

DawChihLiou
Copy link
Contributor

Browsers limit the memory size to 4GB for Wasm. This PR addresses the issue and reduce the bucket size to 32 to make sure the index deserialization is safe from stack overflow.

@DawChihLiou DawChihLiou merged commit 85718d2 into main Sep 20, 2023
@DawChihLiou DawChihLiou deleted the GH-50/hotfix-recursive-use branch September 20, 2023 18:14
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.

Error: recursive use of an object detected which would lead to unsafe aliasing in rust
1 participant