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
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

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