Is there a limit of stack size of a process in linux
- by michael
Hi,
Is there a limit of stack size of a process in linux? Or it depends on the RAM of the machine?
I asked because I want to know how many deep of recursive I can call?
Thank you.