How to measure the STACK size of each thread/process of a program in Linux?
How to measure the STACK size of each thread/process of a program in Linux? How to measure the peak value? Any system call is available?
Related posts:
- How to measure the STACK size of each thread/process of a program in Linux?
- How to measure the STACK size of each thread/process of a program in Linux?
- How to invoke the Linux Terminal in LINUX when a process becomes unresponsive?
- Does anyone know how to shut down a running program in linux?
- How to install turbo c++ in linux(Xanthros) and create a program?




In linux use ulimit -s is the command to know the max size of the stack for any program
see man pages for ulimit to explore more on it