This topic specifies the coding of custom properties for the administrative repository service on the z/OS system.
To view the Repository service custom properties on the administrative console panel, click System administration > node agents > nodeagent > Administration services > Repository service > Custom properties.
You can code any of the following custom properties for the repository service:
Disable thread pool
Disables the use of a thread pool when the transformer code runs. The transformer code generates the was.env file, the control.jvm.options file, the servant.jvm.options file, and the trace.dat file.
Specify the property and the value as a name-value pair on the Repository service custom properties panel of the administrative console:
Property | com.ibm.websphere.management.zos.transform.threadPoolDisable |
Values | true or false |
Default | true |
Thread pool count
Specifies the number of threads that the transformer code can use when generating the was.env file, the control.jvm.options file, the servant.jvm.options file, and the trace.dat file. If the thread pool option is disabled, this value has no effect.
Specify the property and the value as a name-value pair on the Repository service custom properties panel of the administrative console:
Property | com.ibm.websphere.management.zos.transform.threadPoolCount |
Data type | Integer |
Value range | 1 - 30 |
Default | 20 |