Segmentation fault (Core dumped)
during Dockerfile build
efstajas
PROOP

a year ago

Building our SvelteKit app from this Dockerfile: https://github.com/drips-network/app/blob/31cf118b39305da279c9c823123a7ee56258d63c/Dockerfile.railway

All the steps execute fine, but then right after the last step it fails with Segmentation fault (Core dumped). Same Dockerfile builds fine locally.

Wonder what the possible reason for this could be?

3 Replies

efstajas
PROOP

a year ago

56cafcfa-394c-46c9-a811-dc3207bad3dc


efstajas
PROOP

a year ago

my first thought was a lack of RAM but I already bumped it to 32GB for this service which should be way more than enough

1331932547940352000


a year ago

perhaps you can use the NODE_OPTIONS=--max-old-space-size=32768


Loading...