-
Notifications
You must be signed in to change notification settings - Fork 13
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
Crashes strider #20
Comments
having same issue and can't found any errors. |
@fernandoneto one issue i've found is that big processes take more memory, and if your system is low on swap memory, the OOM Killer takes over and kills the process. |
im running in a instance with 1 gb of memory. when the npm install process start cpu go to 100% and memory 800/900 :( . |
@fernandoneto I've solved this by doing builds locally and doing |
@knownasilya sorry but i don't understand your aproach. |
Meaning that I forgo installing the development dependencies since I build my client assets locally. But this would only work if you don't run tests and only use Strider as continuous deployment to a like an alpha server. |
@fernandoneto, @knownasilya unfortunately we may discard the use of strider since, as @fernandoneto told me personally, doesn't clean up testing containers. :/ |
By testing containers are you referring to the fact that build data doesn't get wiped out? |
@fernandoneto is in charge of it, and on last crashes we experienced he reported that the system had lots of containers, and probably strider wasn't removing all of them. EDIT: I meant stopped containers. |
Like Docker containers? Would love to know more.. |
ping @fernandoneto |
@knownasilya |
Not sure how to recreate this, but it seems like during
npm install
process inprepare
phase, if it takes a while, it crashes strider. No errors that I can see.Have strict caching enabled and node stable.
The text was updated successfully, but these errors were encountered: