Lines Matching +full:high +full:- +full:performance
1 This document summarizes the common approaches for performance fine tuning with
8 by a few percent, or make favorable trade-offs.
11 ## Notable runtime options for performance tuning
42 operating system, and therefore provides a fairly straightforward trade-off
47 Suggested: tune the values based on the desired trade-offs.
52 However high arena count may also increase overall memory fragmentation,
53 since arenas manage memory independently. When high degree of parallelism
71 * High resource consumption application, prioritizing CPU utilization:
77 * High resource consumption application, prioritizing memory usage:
90 * Extremely conservative -- minimize memory usage at all costs, only suitable when
101 improve application performance with jemalloc.
105 Manually created arenas can help performance in various ways, e.g. by
118 case for performance purpose is to utilize huge pages -- for example,
123 * [Explicit thread-to-arena