-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incremental memory consumption #76
Comments
Try setting env var |
I'm closing this. The main problem is that DelayedJob itself is not memory efficient, it needs to implement Copy-on-Write (CoW) forking. I started a PR here for that but it's still WIP collectiveidea/delayed_job#1160 |
By the way, here's a script I use to avoid Kubernetes OOM killer, for anyone interested:
|
System:
Problem
After some time delayed_job process is taking all memory in development environment.
It seems that problem ocurrs only when we set
preload_models: true
into mongoid configuration file.It could be related with this issues of delayed_job:
The text was updated successfully, but these errors were encountered: