Re: Method to calculate user space thread size

2013-04-03 Thread Sankar P
On Tue, Apr 2, 2013 at 6:25 PM, naveen yadav yad.nav...@gmail.com wrote: Dear All, I have very complex user space application contain more then 400 threads. I want to limit the stack size in user space, for this I want to know how much stack size each thread use in worst case. Well, this

Re: Method to calculate user space thread size

2013-04-03 Thread naveen yadav
Thanks for answer, I will explain bit more to explain my situation. I have code written, and I cannot modify. I want to fix user stack size for all threads in glibc, once I know how much stack size each thread take. Thanks On Wed, Apr 3, 2013 at 11:37 AM, Sankar P

Re: Method to calculate user space thread size

2013-04-03 Thread Valdis . Kletnieks
On Wed, 03 Apr 2013 14:03:40 +0530, naveen yadav said: I have code written, and I cannot modify. I want to fix user stack size for all threads in glibc, 'man ulimit'? pgp5JyPP87h7J.pgp Description: PGP signature ___ Kernelnewbies mailing list

Re: Method to calculate user space thread size

2013-04-03 Thread Tobias Boege
On Tue, 02 Apr 2013, naveen yadav wrote: Dear All, I have very complex user space application contain more then 400 threads. I want to limit the stack size in user space, for this I want to know how much stack size each thread use in worst case. To calculate this is I need to modify in

Method to calculate user space thread size

2013-04-02 Thread naveen yadav
Dear All, I have very complex user space application contain more then 400 threads. I want to limit the stack size in user space, for this I want to know how much stack size each thread use in worst case. To calculate this is I need to modify in kernel ? or current kernel have any support ? or

Re: Method to calculate user space thread size

2013-04-02 Thread Mulyadi Santosa
On Tue, Apr 2, 2013 at 7:55 PM, naveen yadav yad.nav...@gmail.com wrote: Dear All, I have very complex user space application contain more then 400 threads. I want to limit the stack size in user space, for this I want to know how much stack size each thread use in worst case. To calculate