From 94d51a94c8d06bf80255bd40c6c5976eee482765 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 19 Nov 2019 11:13:25 +0000 Subject: [PATCH] Docs: recommend jemalloc buildpack for Heroku --- docs/install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install.md b/docs/install.md index d952459f..b27186e7 100644 --- a/docs/install.md +++ b/docs/install.md @@ -126,6 +126,9 @@ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193528 Set [NODE_MODULES_CACHE](https://devcenter.heroku.com/articles/nodejs-support#cache-behavior) to `false` when using the `yarn` package manager. +To reduce the effects of memory fragmentation, add the +[jemalloc buildpack](https://github.com/gaffneyc/heroku-buildpack-jemalloc). + ### Docker [Marc Bachmann](https://github.com/marcbachmann) maintains an