On Tue, 16 Aug 2016 17:01:27 +0300
Vladyslav Buslov wrote:
> Hello,
>
> In our application we need to be able to allocate tens of thousands of ACLs
> at runtime.
> Testing revealed significant performance problems. We were able to track them
> to memset in calloc function which caused multiple
Hello,
In our application we need to be able to allocate tens of thousands of ACLs at
runtime.
Testing revealed significant performance problems. We were able to track them
to memset in calloc function which caused multiple page walks per invocation.
Modifying tb_mem to use huge page memory resu
2 matches
Mail list logo