What's Changed
- fix(docker): raise DuckDB memory caps for SIPREC/high ingest by @adubovikov in #940
Docker / DuckDB
- Generic image and Compose set
HOMER_STORAGE_DUCKLAKE_TUNING_MEMORY_LIMIT=4GB,THREADS=2, and a spill directory so SIPREC/high-ingest flush no longer hits the 2GB DuckDB cap and FATAL-invalidates the engine (#939). - Override at runtime without rebuilding, e.g.
-e HOMER_STORAGE_DUCKLAKE_TUNING_MEMORY_LIMIT=8GB. Give the all-in-one container ~8GB RAM.
Full Changelog: 11.0.317...11.0.318