We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8494965 commit bf06e94Copy full SHA for bf06e94
.changeset/honest-apples-tap.md
@@ -0,0 +1,5 @@
1
+---
2
+'hive': patch
3
4
+
5
+Adds ability to all services to write a heap dump to a disk when SIGUSR1 signal is received
docker/shared/entrypoint.sh
@@ -1,3 +1,3 @@
#!/bin/sh
echo "Release: $RELEASE"
-node index.js
+node --heapsnapshot-signal=SIGUSR1 index.js
0 commit comments