Skip to content
Advertisement

Tag: v8

expo publish always ends up in Javascript head out of memory on Ubuntu

I have a PC running Ubuntu 20.04.1 LTS with 16GB RAM. I am trying to build apk of a expo react app. Whenever I try to run expo publish –release-channel channel_name it always runs out of memory and gives me following stacktrace: I tried setting up NODE_OPTIONS=–max_old_space_size=8192 and then on running v8.getHeapStatistics() I see following result: I still get same

Advertisement