Thursday, July 2, 2009
pthread_create failure, because of not having enough memory,
In an issue, we were not able to spwan threads after some fixed number of threads. The reason is the stack size of process was huge and was eating the whole stack size alloted for a process. If we reduce it with ulimit -s , it worked well.
Subscribe to:
Post Comments (Atom)
 
No comments:
Post a Comment