Skip to content

Commit

Permalink
[grizzly-win] Enable fluentbit db locking options
Browse files Browse the repository at this point in the history
We do this on Linux and it should improve performance.
  • Loading branch information
tysmith committed Oct 3, 2023
1 parent 6d80814 commit e8a8f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/grizzly-win/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ cat > td-agent-bit.conf << EOF
Skip_Long_Lines On
Buffer_Max_Size 1M
DB td-grizzly-logs.pos
DB.locking true
[FILTER]
Name rewrite_tag
Expand Down
1 change: 1 addition & 0 deletions services/site-scout-win/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ cat > td-agent-bit.conf << EOF
Skip_Long_Lines On
Buffer_Max_Size 1M
DB td-grizzly-logs.pos
DB.locking true
[FILTER]
Name rewrite_tag
Expand Down

0 comments on commit e8a8f6e

Please sign in to comment.