Configuring MySQL for performance
If you use the tpfrtmc offline utility and a MySQL instance in high throughput environments, configure your MySQL instance to ensure that MySQL can run for long periods of time without being interrupted.
About this task
By default, MySQL uses the system malloc libraries to allocate and release memory. When the tpfrtmc offline utility is running with high throughput, MySQL retains memory over long periods of time, even though that memory is already freed. The result is that MySQL memory usage grows over time and can use all memory on the server and cause various components to fail.
You can configure MySQL to use a more performance sensitive malloc library to reduce the overall usage of memory over long periods of high throughput. If you use the Sample analytics pipeline, this configuration is already set.