How to decide stack size of thread in c for any scenario?
On working with a real-time application I am not able to decide the thread stack size, calculating depth is not possible since thread is triggering Api's whose code is not visible. Since its real-time application, testing is not possible either. Memory is at premium since its a real time system.
Is there any heuristics to calculate thread size?