Closed wimax-grapl closed 2 years ago
Base: 40.87% // Head: 40.88% // Increases project coverage by +0.01%
:tada:
Coverage data is based on head (
024e0e4
) compared to base (9a9166c
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Which issue does this PR correspond to?
None
What changes does this PR make to Grapl? Why?
Currently, by default, every
sidecar_service
gets 300MB of Nomad memory credits. What that means is: when you deploy a Analyzer (which has three Envoy proxies + 1 plugin process) we're taking up 1GB of Nomad memory credits!(I'm using the term 'credits' here to say that this is how many available tokens are available in a given node's bucket of memory it can give out - not how much each process actually uses)
Here's what current usage actually looks like for the plugin tasks I see right now.
It may turn out we need to tune these numbers a bit, but in the meantime I'm just running it against CI and seeing how it turns out.
How were these changes tested?
CI here and now