Skip to main content
Version: 3.0.0

Running the Application

Command Line Arguments
FlagValueDescriptionRequiredDefault
-cPath to the configuration fileSpecifies the path to the config file.Yes
--rebuild-indexRebuilds the load readings index file in case of data loss or corruption.No

To run the tool, execute the following command at a terminal:

java -Xmx<heap size> -Xms<heap size> -jar <path to load-processor-jar> -c <path to config file>

where:

  • heap size is the desired size of the heap. E.g. 16g
Heap Size Estimation

The LV Mapping data requires around 1.5GB/day

The meter data requires around 1GB/day

A 3 day interval input data would require around 7.5GB

Together with the process overhead, the recommended heap size is 12GB