Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem in Creating Threads

Status
Not open for further replies.

HarpreetSachdeva

Programmer
Apr 11, 2003
25
GB
Hi,
I am facing problem when I am creating threads in AIX that once the thread count reaches more than 1200 it gives me the following error message:
"failed to create thread: Not enough space"

If any body has solution to this problem please let me know.

Thanks
Harpreet
 
Hi

Please check for this file set on your AIX system

step 1: lslpp- l|grep "bos.perf.tools"

If it does exist...proceed to step 2

step 2: Run this utility(curt)
The CPU Utilization Reporting Tool (curt) command converts an AIX trace file into a number of statistics related to CPU utilization and either process, thread or pthread activity. These statistics ease the tracking of specific application activity. curt works with both uniprocessor and multiprocessor AIX Version 4.x and AIX Version 5.x traces.


/usr/sbin/curt -t ...>outputs thread information




sushveer
IBM certified specialist-p-series AIX5L System Administration
AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI Administrator
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top