Replies: 1 comment
-
You mean bigger thread call stacks in your program's code? In C or C++? You may need to use the pthread API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On linux , we should run
ulimit -s
to get bigger stack.But in vscode ,this command doesn't work when debugging.What should I do to use bigger stack.Beta Was this translation helpful? Give feedback.
All reactions