If you spot a problem while using the Axon Ivy Engine please open a support ticket, download this zip archive and attach it to the ticket.
This zip archive contains:
Sets how long the recording should be running. "0" if no limit should be imposed, otherwise a string representation of a positive Long followed by an empty space and one of the following units: "ns" (nanoseconds) "us" (microseconds) "ms" (milliseconds) "s" (seconds) "m" (minutes) "h" (hours) "d" (days) Examples: "60 s", "10 m", "4 h", "0"
Specify the length of time that the data is kept in the disk repository until the oldest data may be deleted. Only works if disk=true, otherwise this parameter is ignored. "0" if no limit is imposed, otherwise a string representation of a positive Long value followed by an empty space and one of the following units, "ns" (nanoseconds) "us" (microseconds) "ms" (milliseconds) "s" (seconds) "m" (minutes) "h" (hours) "d" (days) Examples: "2 h" "24 h" "2 d" "0"
Specifies the size, measured in bytes, at which data is kept in disk repository. Only works if disk=true, otherwise this parameter is ignored. String representation of a Long value, must be positive Examples: "0" "100000000"
Stores recorded data as it is recorded. String representation of a Boolean value, "true" or "false" Examples: "true" "false"
Dumps recording data to disk on Java Virtual Machine (JVM) exit. String representation of a Boolean value, "true" or "false" Examples: "true" "false"