You may be able to use
something like:
inspxe-cl -collect mi1
-module-filter-mode=include -module-filter=foo.exe -- foo.exe
However, there is an open
enhancement request DPD200178667 for functionality to override the warning. For the benefit of the thread, the warning displayed
at the command line is similar to Warning: Too many memory leaks. Cannot
report more than 100000. Suggestion: use the appropriate deallocator to
deallocate memory when no longer needed.
One reason a limit may have been set is the potential cost of processing
unlimited memory leaks. Ill attach this
thread to the enhancement.
- Rob



Too many memory leaks - limit of 100000