41 lines
1.5 KiB
XML
Executable File
41 lines
1.5 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/processors/RSG.Pipeline.Processor.InstancePlacement.PreProcess.xml
|
|
Description: Instance Placement Processors Parameters
|
|
|
|
Author: Terry Litrenta <terry.litrenta@rockstartoronto.com>
|
|
Date: 15 April 2014
|
|
-->
|
|
<Parameters>
|
|
|
|
<!-- Number of threads to utilize when processing the IP data -->
|
|
<Parameter name="DegreeOfParallelism" type="int" value="-1" />
|
|
|
|
<!-- Maximum number of batches to save in an IMAP -->
|
|
<Parameter name="MaxBatchesPerIMAP" type="int" value="400" />
|
|
|
|
<!-- Minimum number of batches to save in an IMAP -->
|
|
<Parameter name="MinBatchesPerIMAP" type="int" value="50" />
|
|
|
|
<!-- Maximum number of instances allowed in a batch -->
|
|
<Parameter name="MaxInstancesPerBatch" type="int" value="1024" />
|
|
|
|
<!-- Minimum number of instances allowed in a batch -->
|
|
<Parameter name="MinInstancesPerBatch" type="int" value="5" />
|
|
|
|
<!-- Maximum length of batches bound -->
|
|
<Parameter name="MaxBoundLength" type="int" value="256" />
|
|
|
|
<!-- Volume of instances -->
|
|
<Parameter name="Volume" type="int" value="50" />
|
|
|
|
<!-- Occupancy of instances -->
|
|
<Parameter name="Occupancy" type="float" value="0.1" />
|
|
|
|
<!-- Generate debug stats and vector images to show batch usage -->
|
|
<Parameter name="GenerateDebugStats" type="bool" value="true" />
|
|
|
|
<!-- Use average position splitting when dividing batches -->
|
|
<Parameter name="AveragePositionSplitting" type="bool" value="true" />
|
|
|
|
</Parameters> |