gci-go
gci-go copied to clipboard
Request interceptor which improves the service time of cloud services by controlling GC interventions.
Shedding threshold increases if more memory is consumed within a sampling window. This can be either due to an increase in request rate or an increase in the amount of...
It is easy to imagine a metrics collector running on an idle (not receiving requests) server. That consumes memory, which is not going to be collected in the current model....
Use [frictionlessdata data-packages zips](https://frictionlessdata.io/data-packages/) to export benchmarks results.
As Damian pointed out in [tweet](https://twitter.com/daniellfireman/status/946080658996256768), GCI looks like [Blade](arxiv.org/abs/1504.02578 ). I believe it is worth to have a Related Work section in the README.md explaining the main differences.
We currently set it to 512MB constant. I am not sure if this is the best way of doing it. This issue is to remind us to think about this...