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 thatcapacity()
==size()
- Review ETL memory pools to ensure they are properly tuned
- If using a