diff --git a/Dockerfile b/Dockerfile index a3b0086..6ccada5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,4 +35,4 @@ RUN npm install --production && \ rm -rf /tmp/* -CMD ["node", "--max-old-space-size=300", "--heapsnapshot-near-heap-limit=3", "server.js"] +CMD ["node", "--max-old-space-size=400", "--diagnostic-dir=/memory-dump", "--heapsnapshot-near-heap-limit=3", "server.js"]