ui.modern.padre_packet_compression_size

Background

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

Setting the key

Set this configuration key in the search package or data source configuration.

Use the configuration key editor to add or edit the ui.modern.padre_packet_compression_size key, and set the value. This can be set to any valid Integer value.

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