Skip to content

v2.5.2

Latest
Compare
Choose a tag to compare
@patrickdappollonio patrickdappollonio released this 24 Oct 02:34
2cd30c5

This update includes better handling of GOMAXPROCS, the limiter for Go runtime to perform operations such as garbage collection and goroutine parallelization.

In Layman's terms, this means that http-server now is more friendly to Kubernetes and other container environment deployments that impose limits (CPU/Memory) to http-server by properly detecting the values provided while in containerized mode.

This is automatically transparent to users and, before this patch, resource contention with the offset between the container's knowledge of limits and the actual limits being different would potentially yield less RPS handling.

Try it out and provide your feedback, it's always welcomed!

What's Changed

Full Changelog: v2.5.1...v2.5.2