Skip to content
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

Custom Config Loader seems to leak memory #155

Open
PrabakaranSubramanian opened this issue Aug 23, 2016 · 0 comments
Open

Custom Config Loader seems to leak memory #155

PrabakaranSubramanian opened this issue Aug 23, 2016 · 0 comments

Comments

@PrabakaranSubramanian
Copy link

PrabakaranSubramanian commented Aug 23, 2016

We were trying the new config_loader option by passing a lambda, but we see that the Resident Set Size (RSS) of the resque-pool doubles within an hour. When we start the resque-pool, the size was around 500MB but within an hour, the size is above 1G. Without using the config_loader, the RSS remains stable (around the initial size). It seems like whatever object that was created/used within the lambda block is not being GCed.

@PrabakaranSubramanian PrabakaranSubramanian changed the title Config Loader seems to leak memory Custom Config Loader seems to leak memory Aug 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant