1
0
Files
build.ems/bin/nodejs.sh
2025-03-26 14:09:22 +08:00

5 lines
199 B
Bash
Executable File

# copy to /etc/profile.d/ to set the environment variables for all users
# cp -f nodejs.sh /etc/profile.d/99-nodejs.sh
export PATH=/usr/local/bin:$PATH
export NODE_OPTIONS=--max-old-space-size=50000