11.0.318
sipcapture/homer11.0.318Aug 13, 2026by adubovikov
AI Summary
This release addresses stability and memory limitations for high-volume SIPREC ingestion. It increases DuckDB memory caps and configures spill directories to prevent engine invalidation.
Key Highlights
- Increases DuckDB memory limit to 4GB to handle high ingest traffic.
- Adds a spill directory to prevent the engine from invalidating during heavy loads.
- Allows runtime memory limit configuration via environment variables.
Full Release Notes
## What's Changed * fix(docker): raise DuckDB memory caps for SIPREC/high ingest by @adubovikov in https://github.com/sipcapture/homer/pull/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](https://github.com/sipcapture/homer/issues/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**: https://github.com/sipcapture/homer/compare/11.0.317...11.0.318