You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maximum log file size, after which a rotation is executed. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
6714
+
The maximum log file size, after which a rotation is executed, up to `Long.MAX_VALUE` bytes. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
The maximum log file size, after which a rotation is executed. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
7796
+
The maximum log file size, after which a rotation is executed, up to `Long.MAX_VALUE` bytes. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
Set the maximum global write size in bytes per second allowed in the buffer globally for all channels before write are suspended. The default value is 400 MB.
17444
+
Set the maximum global write size in bytes per second allowed in the buffer globally for all channels before write are suspended, up to `Long.MAX_VALUE` bytes. The default value is 400 MB.
The buffer size to use for Servlet. If this is not specified the default will depend on the amount of available memory. If there is less than 64mb it will default to 512b heap buffer, less that 128mb 1k direct buffer and otherwise 16k direct buffers.
94068
+
The buffer size to use for Servlet, up to `Integer.MAX_VALUE` bytes. If this is not specified the default will depend on the amount of available memory. If there is less than 64mb it will default to 512b heap buffer, less that 128mb 1k direct buffer and otherwise 16k direct buffers.
The maximum log file size, after which a rotation is executed. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
637
+
The maximum log file size, after which a rotation is executed, up to `Long.MAX_VALUE` bytes. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
The maximum log file size, after which a rotation is executed. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
1719
+
The maximum log file size, after which a rotation is executed, up to `Long.MAX_VALUE` bytes. Note that the file is rotated _after_ the log record is written. Thus, this isn't a hard maximum on the file size; rather, it's a hard _minimum_ on the size of the file before it is rotated.
The buffer size to use for Servlet. If this is not specified the default will depend on the amount of available memory. If there is less than 64mb it will default to 512b heap buffer, less that 128mb 1k direct buffer and otherwise 16k direct buffers.
65
+
The buffer size to use for Servlet, up to `Integer.MAX_VALUE` bytes. If this is not specified the default will depend on the amount of available memory. If there is less than 64mb it will default to 512b heap buffer, less that 128mb 1k direct buffer and otherwise 16k direct buffers.
The buffer size to use for Servlet. If this is not specified the default will depend on the amount of available memory. If there is less than 64mb it will default to 512b heap buffer, less that 128mb 1k direct buffer and otherwise 16k direct buffers.
65
+
The buffer size to use for Servlet, up to `Integer.MAX_VALUE` bytes. If this is not specified the default will depend on the amount of available memory. If there is less than 64mb it will default to 512b heap buffer, less that 128mb 1k direct buffer and otherwise 16k direct buffers.
0 commit comments