You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
njs sets a stack size of 64kb by default, which seems to be the smallest
For the above test code, the maximum stack of other engines:
mujs 1020
qjs 598
njs 229
Your environment
Version of njs or specific commit: master
OS: [e.g. Ubuntu 24.04]
Additional context
Although it is possible to set a larger stack size through the command line, for modern complex applications, is it possible to set a larger default stack size for ease of use?