Open
Description
We had memwatch to track memory leacks in our app. But during upgrading to node 12 we had to remove it, because the package we use doesn't support node 12, see commit 3dbe526.
We have to find an alternative version that supports node 12 and reimplement the code we had before.