We are using unbound sequences and hence need to set the QoS property:
memory_manager.fast_pool.pool_buffer_max_size
Then the question came up, what happens if the fast_pool is dropped entirely, and memory management is handed over to an external memory manager?
Has anybody done any performance measurements comparing fast_pool memory allocation with for instance tcmalloc?
We are trying to reduce the number of QoS profiles that we need to maintain, and still get reasonable performance. We run a mix of frequent small samples, and less frequent very big samples.