DevOps is complaining about the excessive memory usage of ATS 7.0, in this process just noticed a comment in one of the source file(Allocator.h)
" @note Fast allocators could accumulate a lot of objects in the free pool as a result of bursty demand. Memory used by the objects in the free pool never gets freed even if the freelist grows very large.” My question is, if the above comment is right ,are there any caps/limits to control the growth of this free list ?? If so, Could some one Please share ? We are running ATS 7.0 on VMs with 4GB/8GB RAM and ram cache is configured to 48MB . Vamsi