jetty.http_output_buffer_size

Background

Set the size of the buffer into which response content is aggregated before being sent to the client. A larger buffer can improve performance by allowing a content producer to run without blocking, however larger buffers consume more memory and may induce some latency before a client starts processing the content.

Setting the key

Set this configuration key in the server configuration.

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

Default value

jetty.http_output_buffer_size=32768