Please read the new rule regarding the restriction on the use of AI tools. ×

zc2707's blog

By zc2707, history, 4 months ago, In English

I'm using my Mac, and the hard limit of stack is 65520. This caused me not able to run my program with recursion using huge data. How can I solve it?

  • Vote: I like it
  • +3
  • Vote: I do not like it

»
4 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Change the stack limit. I believe there are lots of resources online that explain how :)