How do i change the default stack_size in of node ?
stack_size
I have already tried running the command node --stack_size=32000 and ulimit -s 32000.
node --stack_size=32000
ulimit -s 32000