Memory Usage #1280
Unanswered
charliematters
asked this question in
Q&A
Memory Usage
#1280
Replies: 1 comment 5 replies
-
Can you write a minimal test case where a dummy worker indeed consumes 300Mb? if you do we can look into it, there is no reason why a "dummy" worker would take so much memory,. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using BullMQ as a queue for handling email sending for a booking system. There's a sender in the main web-app, and a worker in a Render.com Background Worker which takes the order IDs and generates PDF before sending them.
I notice that the worker process consumes 300MB of memory in an idle state, and was wondering whether there was something I could do to reduce this?
My main reason for asking is that Render.com has its cheapest tier of background worker top out at 256MB, and the next tier is 500MB. The actual generation of PDFs takes about 10MB, so I'd hoped that we'd comfortably fit in the cheapest tier.
I tried "bee" as an alternative, and noticed that have the same behaviour, but it does seem quite memory-intensive
Beta Was this translation helpful? Give feedback.
All reactions