Philipp Winter
Philipp Winter
Yesterday, I measured requests per second (for a simple "hello world" Web server) for an increasing number of baton threads: All setups can sustain more reqs/sec as the number of...
Elaborating on the above: The "Enclave" setup constitutes the approximate upper limit that we can achieve with nitriding. This setup has no nitriding: it consists of a Web server that...
I stumbled upon an issue that describes the problem we're seeing: https://github.com/golang/go/issues/6785. Increasing `MaxIdleConnsPerHost` makes a significant difference. In a preliminary test, I set it to 1000, which makes the...
For the record, we just merged PR https://github.com/brave/nitriding/pull/61, which improves the status quo.
Bumping this issue. We've been having problems with workflow offloading because of this (e.g., our database crashes because of OOM) and judging by the issue tracker, [we're not alone with...
We just observed this error in v1.17.0. I can confirm that this is a rare issue that's not easy to reproduce.