James Douglass L.
James Douglass L.
@zqlpaopao I am wondering by curiosity what's your target hardware. is it an embedded system or a bare metal , Virtual machine, a Container deployed under Kubernetes with such limitation...
if you revert back to using glibc , don't do library preload with LD_PRELOAD. Set this variable and run your program with it. ```shell MALLOC_ARENA_MAX=2 run_my_program ``` [https://devcenter.heroku.com/articles/tuning-glibc-memory-behavior](https://devcenter.heroku.com/articles/tuning-glibc-memory-behavior)
@LukeMathWalker Thanks for this tracing Library. I am wondering wouldn't it be better to have the middleware automatically injected the RequestId in the response Header. Imagine we have 20 web...