Skip to content

Commit

Permalink
Fix typo in man page
Browse files Browse the repository at this point in the history
  • Loading branch information
RH-steve-grubb committed May 2, 2023
1 parent 6a8b2dd commit 84245d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fapolicyd.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This option controls how many entries the subject cache holds. You want the size

.TP
.B obj_cache_size
This option controls how many entries the object cache holds. You want the size to be big enough that you are not getting too many evictions compared to hits. But you don't want to waste memory. Whenever there is an eviction, fapolicyd has to regenerate information about the subject and this slows performance. The default value is 8191.
This option controls how many entries the object cache holds. You want the size to be big enough that you are not getting too many evictions compared to hits. But you don't want to waste memory. Whenever there is an eviction, fapolicyd has to regenerate information about the object and this slows performance. The default value is 8191.

.TP
.B watch_fs
Expand Down

0 comments on commit 84245d4

Please sign in to comment.