Liss Heidrich
Liss Heidrich
> Is `TCP_NODELAY` ever on by default, such that `.tcp_nodelay(false)` would make sense to have? I was originally thinking that the method would be parameter-less. The idea was that there...
Sorry forgot to mention: allocation is done through ``` auto *x = manager.construct("test")[sizeof(void *)](); ```
We were basically trying to see if there is any performance benefit to choosing a greater chunk size. But apart from that/if you think it makes no difference we don't...
Thanks, can be closed
You are on MacOS, right? Maybe there is some difference between MacOS and Linux that prevents you from being able to reproduce it. Could you try increasing the maximum `cap`...
Thanks, that PR seems to have resolved the issue. You can close this if you want
Disabling the object cache seems to have fixed the issue, the message however is not printed. (I still haven't figured out how to reproduce it in a minimal example yet)
Finally came around to testing that, it does indeed print "Deallocating an offset that was not allocated" a few times close to the beginning. The messages in the screenshot are...

The program does not abort. And sorry I don't have a minimal example I could send you. Currently we basically need to run it through the whole codebase with 2...