Replies: 0 comments 4 replies
-
It sounds like you think |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that
node --stack-size
doesn't work anymore with Node 18. I can't find it when callingnode --help
orman node
.I need this because V8 or NodeJS randomly increased Stack size and it breaks my tests. Because I test if there is a stack overflow error when testing TCO (tail call optimization) that is not implemented yet. I need stack overflow. I can increase the number of interactions but then Node can change the limit again randomly. Since computers become more powerful with more ram.
I'm testing this code:
Which runs C8 and Ava to test my code. But it seems that the node option make no effect.
Beta Was this translation helpful? Give feedback.
All reactions