Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: update #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,17 @@ start the next accounting period. For example:</dd>
```

<dl>

<dt>-L count</dt>
<dd>The maximum amount of entries that should be put into the database,
setting the limit to 0 will allow databases to grow indefinitely.
The default is 10.</dd>

<dt>-P</dt>
<dd>Whether to preallocate the maximum possible database size in memory.
This is mainly useful for memory constrained systems which might not
be able to satisfy memory allocation after longer uptime periods.
Only effective in conjunction with database_limit, ignored otherwise.</dd>
Only effective in conjunction with -L option, ignored otherwise.</dd>

<dt>-Z</dt>
<dd>Whether to gzip compress archive databases. Compressing the database
Expand Down