I created a Droplet with a onlick app rails with ngix and postgres and clone a proyect from github but when i try to bundle install after add unicorn show this
Resolving dependencies…Killed
why is that???
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
It sounds as if your process ran out of memory and was killed. Droplets don’t have swap enabled by default, and you should try to keep it this way, since swapping to SSD is not really a good idea. Try temporarily increasing the size of your Droplet.
The nginx/postgres/git project/rails/unicorn makes me think of GitLab. If I remember correctly, the suggested minimum amount of RAM to dedicate to a small (no more than 100 users) server is 2GB.
The developer cloud
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.