Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 420 Bytes

memory_tuning.md

File metadata and controls

7 lines (5 loc) · 420 Bytes

Memory Tuning Guide

Memory tuning is the most effective when all features are implemented and the program is in a "stable" state.

  • Review static memory allocations and ensure no additional storage is allocated for quantities that are not variable during run-time
    • If using a StaticDriverRegistry, reduce the max size so that capacity() == size()
    • Review ETL memory pools to ensure they are properly tuned