配置导入的批处理大小
根据系统中配置的批处理大小,批量导入对象。默认批处理大小为 500,这表示在单个批次中导入对象的 500 个主数据。例如,如果要导入部件的 1200 个主数据,将创建三个部件批次以供导入。
管理员可通过在 Windchill/codebase/wt.properties 文件中添加以下特性来自定义批处理大小:
com.ptc.windchill.rd.readiness.iterationsFromMastersBatchSize=<number of masters in each batch>
在以下示例中,配置为每批导入每种类型的 100 个主数据:
com.ptc.windchill.rd.readiness.iterationsFromMastersBatchSize=100
可以输入任何大于零的数字。如果指定的值无效,使用默认值 500。