From 1817a7924f346c5ec587662d334369ad30828217 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 25 Jan 2018 12:17:35 +0100 Subject: [PATCH] don't require heapdump by default --- config.example.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.example.js b/config.example.js index fd7b45f96..8fb4acb00 100644 --- a/config.example.js +++ b/config.example.js @@ -8,7 +8,9 @@ var domain = ' http://localhost:3000/'; // If your system doesn't support dumping, comment this out and install with // `npm install --production` // See: https://strongloop.github.io/strongloop.com/strongblog/how-to-heap-snapshots/ -require('heapdump'); + +// to enable this feature, uncomment the line below: +// require('heapdump'); module.exports = {