Github actions self-hosted runner fails on npm ci
This is Github Actions Flow giving error on npm ci
any idea how to fix this issue ?
Active: failed (Result: oom-kill) since Tue 2022-10-11 08:44:37 UTC; 22s ago
6 Replies
no clue for a solution, but just wanted to add that
oom-kill
is a message about running out of memory. Either you've got a leak somewhere, or the machine you're running it on simply doesn't have enough memory to spin up the environment it needs.thank you
i recognized this is a memory issue
but I don't find that how this doesn't have enough memory
my Droplet is 512 MB
my Backend is 325 MB
@jochemm are u familiar with nginx 502 bad gateway error
not really familiar with nginx at all. 502 errors are usually something with an up/downstream server not responding correctly though
which means backend didn't start correctly?
could be yeah