Alexey Rybalchenko
Alexey Rybalchenko
@ktf Can you provide more context here? What are you running, how many messages, their size. What impact does this have?
There is a bulk API, but it may have fragmentation effects (positive or negative), as it will attempt to put all buffers contiguously: https://www.boost.org/doc/libs/1_83_0/doc/html/interprocess/managed_memory_segments.html#interprocess.managed_memory_segments.managed_memory_segment_advanced_features.managed_memory_segment_multiple_allocations Need to also see how it...
Yes, they are in shared memory. Certainly they contribute to overall fragmentation. Either we make a bulk call for Copy to store them together. Or in this case, since we...
Small update on this. In the dev branch there is now first implementation using pools. For reference counting messages from UnmanagedRegion, it will internally store these in a separate segment...
Initial builds failed because this warning from VGM and Geant4 was treated as error: > Compatibility with CMake < 3.10 will be removed from a future version of CMake. They...
:+1: We are hitting the duplication bug as well with the open-webui+milvus combo.