coiled / benchmarks

BSD 3-Clause "New" or "Revised" License
32 stars 17 forks source link

DuckDB fails with OutOfMemoryException #1488

Open hendrikmakait opened 7 months ago

hendrikmakait commented 7 months ago
duckdb.duckdb.OutOfMemoryException: Out of Memory Error: Failed to allocate block of 2048 bytes (bad allocation)

Run: https://github.com/coiled/benchmarks/actions/runs/8373390651/job/22926339489#step:11:195

This error pops up from time to time even though memory doesn't look that bad. See also https://github.com/coiled/benchmarks/issues/1387#issuecomment-1942069967.

hendrikmakait commented 6 months ago

FYI, this appears to be an open issue: https://github.com/duckdb/duckdb/issues/9880