You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running into "Error: Buffer manager exception: Unable to allocate memory! The buffer pool is full and no memory could be freed!" with kuzu-wasm. Wondering if there is a workaround. Here's my function.
I wonder if it's because the recursive pattern is generating a lot of intermediate result causing buffer manager to go out of memory. Do u mind try the following
By specifying TRAIL in recursive pattern we should reduce the intermediate result by a lot if there are many cycles. If not, we need to look more closely with a dataset.
Kùzu version
v0.7.1
What operating system are you using?
MacOS
What happened?
Running into "Error: Buffer manager exception: Unable to allocate memory! The buffer pool is full and no memory could be freed!" with kuzu-wasm. Wondering if there is a workaround. Here's my function.
kuzuWasmDbManager keeps the Database and Connection in-memory for a long time. The query I can't run more than once.
I thought closing the QueryResult would be enough, but no luck.
Here's my query function:
Are there known steps to reproduce?
No response
The text was updated successfully, but these errors were encountered: