Change Default Stack Size Node.js

How do i change the default stack_size in of node ?

I have already tried running the command node --stack_size=32000 and ulimit -s 32000.