Configuring Batch Size for Imports
Objects are imported in batches based on the batch size configured in the system. The default batch size is 500 meaning that 500 masters of objects are imported in a single batch. For example, if there are 1200 masters of parts to be imported, three batches of parts will be created for import.
An Administrator can customize the batch size by adding the following property in the Windchill/codebase/wt.properties file:
com.ptc.windchill.rd.readiness.iterationsFromMastersBatchSize=<number of masters in each batch>
In the following example, 100 masters of a type are configured to be imported in each batch:
com.ptc.windchill.rd.readiness.iterationsFromMastersBatchSize=100
Any number greater than zero can be entered. If an invalid value is specified, the default value of 500 is used.
Isto foi útil?