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

Even when spring is disabled, this gem still tries to watch files #18

Open
RobinClowers opened this issue May 10, 2017 · 5 comments
Open

Comments

@RobinClowers
Copy link

In my CI env, I export DISABLE_SPRING=1, but then I get errors about increasing the inotify limits anyway. It seems like this gem shouldn't try to do anything if spring is disabled.

@Hendrikv1990
Copy link

I can confirm this. On my production server after opening the console, spring keeps active, consuming memory, only way to kill it until now:
ps ax | grep spring | cut -f1 -d' ' | xargs kill

@doits
Copy link

doits commented Feb 6, 2018

only way to kill it until now:
ps ax | grep spring | cut -f1 -d' ' | xargs kill

$ pkill spring does the job for me ;-)

@milushov
Copy link

Guys, why are you using spring on production or CI?

@RobinClowers
Copy link
Author

RobinClowers commented Jun 11, 2020

I honestly don't remember which project this was for now, but I most certainly wasn't trying to use spring in production or CI. The reason I opened the bug is that it was trying to run in CI, even though I explicitly disabled it.

@milushov
Copy link

@RobinClowers Is it legal to reply messages on github so fast? 🙈

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

4 participants