The simple answer is that the default stack size is 492 kBytes (32-bit) and 984 kBytes (64-bit).
As commented by soyuka try this:
$ node --v8-options | grep -B0 -A1 stack_size
or
$ node --v8-options | grep -B0 -A1 stack-size
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…