Mohammed Shah
Mohammed Shah
You didn't tell me this is happening with images.
I was thinking along the lines of: - every time the patches are update it sends an mqtt event to your sessions which fires an event - and/or there's an...
All status methods are non-functional in MD
status/broadcast on MD is broken. There are other prios. closing
@fukumori are you sure about this? Seems to be working fine here. Please triple check
thanks for the detail @garciabruno
@garciabruno @fukumori should be fixed now via patches. please restart and try again
The daemon memory leak is insane, on a 256GB RAM VPS, pm2 is managing about 50 puppeteer + chrome isntances and yet pm2 Daemon is taking up 150GB+ of RAM!...
tldr: Before the daemon would balloon and take all available memory in the server (256GB RAM) and eventually crash. Now daemon is hovering around 150-300MB of RAM after forcing the...
> @smashah how do i install `jemalloc` on amazon linux 2? facing the same memory spike issue Try this `sudo yum install -y jemalloc-devel` Then use `npx jemalloc-check` to find...