dolittle / Runtime

Runtime for Dolittle
https://dolittle.io
MIT License
14 stars 10 forks source link

Fix: Improve memory usage when reprocessing #762

Closed mhelleborg closed 8 months ago

mhelleborg commented 8 months ago

Summary

Fixes an issue where the runtime could use large amounts of memory when reprocessing. Also tuned the pipeline to use slightly less memory overall.

Fixed