ui.modern.padre_packet_compression_size

The number of bytes before the padre-sw search packet should be internally compressed to save memory within the jetty JVM.

Key: ui.modern.padre_packet_compression_size
Type: Integer
Can be set in: collection.cfg

Description

The number of bytes before the padre-sw search packet should be internally compressed to save memory within the jetty JVM.

Default Value

Default value is one byte less than 8MB.

ui.modern.padre_packet_compression_size=8388607

Examples

For internal JVM reasons, performance will be best if the value is a power of 2 minus one e.g. 2^22 - 1, which equals 4194303.

The largest permitted value is 2147483647.

ui.modern.padre_packet_compression_size=4194303