Skip to content

WASM Connector Memory Issue #659

Answered by domoritz
bbollen23 asked this question in Q&A
Jan 27, 2025 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Webassmbly is limited to 2GB because of the 32 bit address model it uses. Check the memory usage of your tab and try a sample of the dataset. In the future, using OPFS or 64 bit memory (when it ships in browsers) would solve this issue.

I'm curious about the performance issues you see with the server. Is that stemming from latency over the network?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@bbollen23
Comment options

@domoritz
Comment options

@bbollen23
Comment options

@domoritz
Comment options

@bbollen23
Comment options

Answer selected by bbollen23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants