rbleattler/IISLogManager

Memory Issue When Dumping Locally

Opened this issue · 0 comments

Current Behavior:

When very large numbers of logs are parsed for saving to disk, the process consumes an excessive amount of memory. Eventually, this may throw an out of memory exception.
This may be solvable by writing one log at a time and writing to the log file.

Expected Behavior:

Less memory consumption...