Make sure log-size-max is atleast as big as read buffer
We need log-size-max to be bigger than the read buffer in conmon to accurately truncate it. Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
61441c1272
commit
067cbff207
3 changed files with 8 additions and 1 deletions
|
@ -81,6 +81,7 @@ Example:
|
|||
**log_size_max**=""
|
||||
Maximum sized allowed for the container log file (default: -1)
|
||||
Negative numbers indicate that no size limit is imposed.
|
||||
If it is positive, it must be >= 8192 (to match/exceed conmon read buffer).
|
||||
The file is truncated and re-opened so the limit is never exceeded.
|
||||
|
||||
**pids_limit**=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue