1
0

make pkg changed

This commit is contained in:
zhangsz
2025-03-26 14:09:22 +08:00
parent e8d51f0821
commit 1bb763df6e
3 changed files with 31 additions and 17 deletions

5
bin/nodejs.sh Executable file
View File

@@ -0,0 +1,5 @@
# 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