Skip to content

Disable nodejs Snapshot feature for ARM platforms

Stan Hu requested to merge pi-nodejs-fix into master

Snapshot is a V8 feature that allows node to start faster, but there seems to be a bug on ARM platforms leading to a segmentation fault at startup.

Closes #1337 (closed), #1366 (closed)

Merge request reports