You are not logged in.
Pages: 1
Hi all,
What memory manager do you use in production servers that are to be heavily loaded on multiple threads?
FastMM is the bottleneck, ScaleMM is unstable (AV) SapMM is also unstable.
Are there other options worth considering?
Offline
But in my test environment with ScaleMM I get 3200 req/s and with FastMM only 2700 req/s. Difference is large.
RAM occupancy does not bother me, I care about performance.
Are there any other good memory managers?
Offline
I would rather optimize your server side code instead. Try to avoid memory allocation as much as possible.
Offline
Pages: 1