Apama 10.3.1 | Apama Documentation | Deploying and Managing Apama Applications | Tuning Correlator Performance | Using jemalloc to optimize memory usage
 
Using jemalloc to optimize memory usage
Apama supports the jemalloc memory allocator as an optional alternative to its standard memory allocator. See also http://jemalloc.net/.
Note: This option is only available on Linux platforms and is not available on Windows at this time.
jemalloc typically consumes less memory overall. Therefore, it is advisable to use it when the process needs excessive memory or is running out of memory. But keep in mind that there may be throughput, latency or overall performance hits if you use this option.
To enable jemalloc as the memory allocator, set the following environment variable before starting the correlator:
AP_ALLOCATOR=jemalloc

Copyright © 2013-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.