arne-diegenbach
arne-diegenbach
Node runs out of memory because you are concatenating the reply string in the request. await worker.send([identity, dummy, `${msg}: reply ${q}`]); if you replace that line (41) with: await worker.send([identity,...
The output stream is maybe way behind (so the string is already a lot bigger). If you want to know for sure place in a delay so you are sure...
This seems clearly a bug in pm2. Even after rebooting I get this error every few seconds. I have over 50 processes managed by pm2. Anyone with an alternative?