How much memory should Celery be using on Django?
I have an app where the memory usage for Celery is 3gb for 32 workers. Is that what it's supposed to be as my server costs have gone from $7 a month to $40?
9 Replies
Project ID:
N/A
N/A
do you need to run 32 workers?
yeah, probably not
I was just surprised at how much memory the default settings use
was just wondering whether it was supposed to be like that or I'd messed something up
32 workers is a lot of workers, I'm not surprised, each worker probably allocates something like 100mbs
I'm gonna play around with the configuration then and get it down
Thanks
drop down to 2?
Got it down but it keeps creeping back up
unfortunately memory leaks or similar wouldn't be caused by Railway