Running the Application
Command Line Arguments
Flag | Value | Description | Required | Default |
---|---|---|---|---|
-c | Path to the configuration file | Specifies the path to the config file. | Yes | |
--parse-format | CPPAL or EE | Specifies the format file to parse and ingest | No | CPPAL |
--rebuild-index | Rebuilds 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> [--parse-format CPPAL|EE]
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