You can optionally pass the address of a properties file as an argument to the RLClient containing additional parameters and hints to be used by the LoaderManager. This hints file can include the following:

batchSize

The number of files to process in each transaction.

numElementsInManifest

The total number of files in the manifest

For example:

atg.repository.loader.batchSize=2
atg.repository.loader.numElementsInManifest=725

If you don’t specify a batch size, the RLClient uses the value of the LoaderManager’s defaultBatchSize property. By default, this value is -1, which means the entire import will be handled in one transaction.

 
loading table of contents...