Skip to content

Commit f5d8293

Browse files
committed
update memory in .profile.d
1 parent 49a52fd commit f5d8293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profile/nodejs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ detect_memory() {
2323
256) echo "512";; # Standard-1X
2424
512) echo "1024";; # Standard-2X
2525
16384) echo "2560";; # Performance-M
26-
32768) echo "6144";; # Performance-L
26+
32768) echo "14336";; # Performance-L
2727
*) echo "$default";;
2828
esac
2929
}

0 commit comments

Comments
 (0)