-
Notifications
You must be signed in to change notification settings - Fork 492
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
Error while precompiling assets **bash: line 232: 21006 Killed** #282
Comments
Have you tried doing that command locally? |
@d4be4st it works as expected locally. |
Hm.. Try to run |
Oh, @hlcfan do you have nodejs installed on server or are you using rubyracer gem? |
Using |
one more thing you can try is run the command manually on the server, as see what errors it gives you |
@d4be4st Just removed Gracias! |
I ran into this same issue and couldn't find any good answers. Finally figured out that it was my Digital Ocean droplet running out of RAM and the process was being killed. You can read more about my solution here. |
While it's executing:
RAILS_ENV="production" bundle exec rake assets:precompile RAILS_GROUPS=assets
it gives me:
Since no error messages to track this problem, I have no idea to fix this.
The text was updated successfully, but these errors were encountered: