-
-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Description
Im using blocky with ~19 blacklists, every refreshPeriod i see high memory usage spike (~50MB -> ~150MB -> ~50MB).
I tries to run all my pods with memory limits, to avoid OOM on HV, and this memory spikes sometimes leads to blocky killed by K8s.
Can we introduce some method to limit how many links will be downloaded in same time?
Afaik currently (
Line 145 in f8b6e59
for _, link := range links { |
If we would be able to limit how many lists should be downloaded in same time it should help.
EDIT: I see that there are some download options (e.g downloadTimeout), can we just add download
Concurrency? :)
Metadata
Metadata
Assignees
Labels
🔨 enhancementNew feature or requestNew feature or request