Skip to content

Commit

Permalink
MB-53513 Reduce key.log size and number of files
Browse files Browse the repository at this point in the history
Change-Id: Ia79e2b3bcc50f7978f611415dd0a44350259c198
Reviewed-on: https://review.couchbase.org/c/ns_server/+/183117
Tested-by: Peter Searby <peter.searby@couchbase.com>
Well-Formed: Build Bot <build@couchbase.com>
Reviewed-by: Timofey Barmin <timofey.barmin@couchbase.com>
  • Loading branch information
Peter-Searby committed Nov 29, 2022
1 parent f458c33 commit 6339abd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/static_config.in
Expand Up @@ -36,4 +36,10 @@
{num_files, 2},
{buffer_size_max, 52428800}]}]}.

{disk_sink_opts_disk_tls_key_log,
[{rotation, [{compress, true},
{size, 10485760},
{num_files, 1},
{buffer_size_max, 13107200}]}]}.

{net_kernel_verbosity, 10}.

0 comments on commit 6339abd

Please sign in to comment.