plugin.properties file
The Bulk Loader plugin.properties file is found in install\ext\analysis-purchasing-module and affects both command line and UI-based Bulk Costing. Although most of the settings in this properties file are documented by comments, you should only make adjustments to this file with the assistance of aPriori Customer Support.
Note: As of aPriori Release 2015 R1, bulkload.batch.size has a new default value of "50" instead of "0", and is used in the following calculation to ensure that child processes cannot cause the parent bulk load process to hang:
maxBatchSize * launcher.cost.timeout.seconds + 15 mins
If this value is exceeded, the parent bulk loader process can kill any child process. If this occurs, aPriori notifies you with a message similar to:
You can uncomment bulkload.batch.size and set it to a positive value. "0" is no longer supported.
Also note that as of aPriori 2015 R1 SP1, the Bulk Loader plugin.properties file contains a new property named bulkload.rmi.port (default value "1099") This is a unique port number that the Bulk Loader uses to communicate with its children processes. Don't change it unless you are running two instances of Bulk Loader concurrently on the same machine, or the default port (1099) is already in use. You can also control cache cleaning behavior from this file. See the note in the table "Summary of aPriori Properties" in the System Administration Guide for more info.