in a virtual server with 8GB RAM, i don’t suppose sidekiq using slightly more than 500M is an issue?
i’m interested whether to add the following line in my app.yml
env:
UNICORN_SIDEKIQ_MEMORY_KILLER_MAX_RSS: 1024
in a virtual server with 8GB RAM, i don’t suppose sidekiq using slightly more than 500M is an issue?
i’m interested whether to add the following line in my app.yml
env:
UNICORN_SIDEKIQ_MEMORY_KILLER_MAX_RSS: 1024
Tot RAM doesn’t help here. It is kind of same thing than with amount of workers in the PHP-world and how much memory is allocated. Well, totally different thing, but yet ![]()
My experiances are saying that 500 is enough for totally fresh installs, when there isn’t practically any components and plugins in use, nor users. 550+ at least is needed.
הבנייה מחדש האחרונה שלי הצליחה, עם 700 שנקבעו לכך
it’s strange that i’m still getting warning, the previous one / before the app.yml change was 0.1MB higher
In this other thread I see a different setting is mentioned
Sidekiq is consuming too much memory
But I also see an unresolved similar situation relatively recently in
Sidekiq is consuming too much memory even with UNICORN_SIDEKIQ_MAX_RSS adjusted
memory overcommit must be enabled
? מתהליך הבנייה מחדש
כן, תמיד הרצתי עם memory overcommit, ופרסמתי על כך מספר פעמים. אחרים גם רצים כך, אבל יש לי תחושה שזה לא מובן ומקובל מספיק כדי להיכנס לסקריפטים או מתכונים רשמיים.
(גם השבתתי דפי ענק שקופים, אבל זו בעיית ביצועים בלבד, ולא בעיה קריטית למערכות עם זיכרון קטן.)