HazyMrf
HazyMrf
So I actually only care about performance and CPU utilization, not about the amount of used memory. If I have to double the size of all allocations just to get...
Hi @interwq! I'm sorry I cannot longer share malloc stats because we couldn't solve this issue with jemalloc and decided to run our applications using tcmalloc. What I can tell...
Thank you for such a quick response @axboe. It appeared that I made a mistake in my question. I want not many workers, but many cores for my workers. Maybe...
I'm trying to reproduce the uneven write load distribution with fio + io_engine=io_uring from https://github.com/axboe/liburing/issues/1260
Thank you for your response @axboe. I thought about it, but what I actually want is 1 job, but multiple cores for io_uring workers, in other words somehow set affinity...
So I understand I need to do some manipulations with .requires field, but I just don't understand how to achieve the desired result :( . I see that `m` and...
Hello @memsharded, thank you for such a quick response. The reasons I decided to write my own conanfile are: 1. gperftools libraries in conan-center package are dynamically linked with libc++/libstdc++,...
BTW when I open conanbuildinfo.txt I see this: ``` [libs_gperftools] tcmalloc_minimal tcmalloc profiler tcmalloc_and_profiler [system_libs_gperftools] pthread m ``` So basically library CONAN_LIB::gperftools_tcmalloc_and_profiler must exist, but yet it doesn't At the...
Yo, thanks for granting access to PRs. As you see all pipelines passed, I just wait for your approval.
One more approval left! @AbrilRBS , maybe you can review this small PR?