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

Periodic timer instead of number of requests #68

Open
lowlyocean opened this issue May 15, 2017 · 2 comments
Open

Periodic timer instead of number of requests #68

lowlyocean opened this issue May 15, 2017 · 2 comments

Comments

@lowlyocean
Copy link

Running Gitlab on a memory-constrained RPI2, where unicorn-worker-killer is used to restart workers after every X requests. Problem is that requests are infrequent and memory leaks accumulate while worker is running (even without any requests). Would be great to have option to set a time interval for the memory check instead of only doing it every X requests.

@lacostenycoder
Copy link

I tend to agree that number of requests alone seems like an arbitrary method of deciding when to restart.

@marcosArruda
Copy link

+1

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

3 participants