For instance these test strategies are not in the Strategies tab of Control Center, and they are not being requested in Strategy Analyzer. But their Initialize sections are still being called at times like: compile of another strategy, requesting another strategy to be tested in Strategy Analyzer.
Question 1: Are these unwanted calls to Initialize really loading all these extra bar objects into memory?
Question 2: If so should there not be a way of disabling this behavior so the user can conserve NT memory for for what they are actually working on (such as the currently active strategy)?
Currently the only way I can think of to prevent this unwanted behavior is to remove all these test strategies into a 'private' folder so NT no longer compiles them.

Comment