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
I am currently running into the following error when reading a large .geojson file into a table and could use some help understanding what's going on behind the scenes here.
async_bindings.ts:150 Uncaught (in promise) Error: Out of Memory Error: Allocation failure
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am currently running into the following error when reading a large .geojson file into a table and could use some help understanding what's going on behind the scenes here.
async_bindings.ts:150 Uncaught (in promise) Error: Out of Memory Error: Allocation failure
This was preceded by the following warning:
runtime_browser.ts:292 Buffering missing file: /tmp/duckdb-tmp/duckdb_temp_storage-0
This is the relevant bits of code which trigger the error:
Is there a work around for the 4GB memory limit? When I alternatively try to
ATTACH
a .db file, I get an error related to the nonexistent .wal file.Beta Was this translation helpful? Give feedback.
All reactions