-
Notifications
You must be signed in to change notification settings - Fork 35
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
Comments
I can confirm this. On my production server after opening the console, spring keeps active, consuming memory, only way to kill it until now: |
|
Guys, why are you using spring on production or CI? |
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. |
@RobinClowers Is it legal to reply messages on github so fast? 🙈 |
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.The text was updated successfully, but these errors were encountered: