[Migrated content. Thread originally posted on 11 January 2006]
We are attempting to tune our MAX_FILES parameter to an appropriate level without going too high.If we do a simple analysis through a worst-case logic path (though many layers of called programs in our code) we can come up with some pretty high counts (> 1500).
However it's nearly certain that is not ever happening in real world use. Is there any utility or trace that can watch this value dynamically to determine the peak high water mark on open files?
Tim Bauer