what happens if stack size (ulimit -s) is 4GB on RHEL 7.2?

0

There is a System with RHEL 7.2. The stack size is set to 4194304 kbytes as returned by the command ulimit -s.

Is a thread affected by that size?

Is is the reason that pthread_create returns 11 (Errno 11 seems to be 'Resource temporarily unavailable')?

tnrgus

Posted 2019-07-16T01:09:57.273

Reputation: 1

No answers