Skip to content

767 Tap Run Memory Usage: Fix

Rolf Madsen requested to merge 767-TapRunMemoryUsage into master

Fixed the issue by only allowing a limited number of log messages to queue before waiting for a flush. Set Capacity to 1024 * 16, so the maximum number of elements in the queue should be around 4 * 1024 * 16 ~= 64k

Closes #767 (closed)

Merge request reports