Hello,Has someone ever tried using openresty with nginx compiled with JEMALLOC as described here: http://www.netroby.com/view.php?id=3560#.Up3C58RLOtY Any feedback would be appreciated in terms of stability and performance.Thank youJérôme .
nginx uses its own memory pool implementation, so I'm not sure what performance gains you would get from a different malloc implementation for general workloads. On Tue, Dec 3, 2013 at 6:42 AM, jerome lafon <gg.l...@gmail.com> wrote: Hello,Has someone ever tried using openresty with nginx compiled with JEMALLOC as described here: http://www.netroby.com/view.php?id=3560#.Up3C58RLOtY Any feedback would be appreciated in terms of stability and performance.Thank youJérôme .
Thank you for your reply.I thought nginx uses malloc because I found in the source code a function ngx_alloc() called many times which uses malloc()JérômeLe mardi 3 décembre 2013 13:11:51 UTC+1, Brian Akins a écrit : nginx uses its own memory pool implementation, so I'm not sure what performance gains you would get from a different malloc implementation for general workloads. On Tue, Dec 3, 2013 at 6:42 AM, jerome lafon <gg.l...@gmail.com> wrote: Hello,Has someone ever tried using openresty with nginx compiled with JEMALLOC as described here: http://www.netroby.com/view.php?id=3560#.Up3C58RLOtY Any feedback would be appreciated in terms of stability and performance.Thank youJérôme .