NetworkOptions.setTraceRollSize

Sets the maximum size in bytes of a single trace output file. This value should be in the range `[0, long.max]`. If the value is set to 0, there is no limit on individual file size. The default is a maximum size of 10,485,760 bytes.

class NetworkOptions
static
void
setTraceRollSize
(
in long value
)

Parameters

value long

max size of a single trace output file

Meta