Valid on z/OS.
Use the THREADS keyword to specify the maximum number of pthread_created threads, including those running, queued, and exited but not detached, that a single process can have concurrently active.This field overrides the MAXTHREADS parameter in the BPXPRMxx member of PARMLIB for this user.
THREADS is equivalent to THREADSMAX in RACF
This keyword has the following format:
TSS ADD(acidname) THREADS(nnnnnn)
The maximum number of pthread_created threads a single process can have active.
Range: 0 to 100,000
Default: USS takes the system defaults set in BPXPRMxx.
This example assigns an acid a value of 10 THREADS:
TSS ADD(TESTID) THREADS(10)
This example removes THREADS from the acid:
TSS REMOVE(TESTID) THREADS
|
Copyright © 2009 CA Technologies.
All rights reserved.
|
|