Skip to content

valvetraces: limit ourselves to 4 uploads at a time

Martin Roukala requested to merge valvetraces_pool_limit into master

Uploading files is not CPU-intensive, so no need to scale with the amount of CPU. This should fix the OOM situation we are experiencing at KWS where we have 16 cores, when it always works on my poor little 4 cores gateway.

Merge request reports