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

Update vacuum default settings #6705

Merged
merged 1 commit into from
Oct 30, 2023
Merged
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: 4 additions & 4 deletions source/user-manual/reference/internal-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1146,13 +1146,13 @@ Wazuh-db
+-------------------------------------------+---------------+-------------------------------------------------------------------------------------+
| **wazuh_db.max_fragmentation** | Description | Maximum fragmentation allowed for a database. |
+ +---------------+-------------------------------------------------------------------------------------+
| | Default value | 95 |
| | Default value | 90 |
+ +---------------+-------------------------------------------------------------------------------------+
| | Allowed value | Any integer between 0 and 100. |
+-------------------------------------------+---------------+-------------------------------------------------------------------------------------+
| **wazuh_db.fragmentation_threshold** | Description | Indicates the allowed fragmentation threshold. |
+ +---------------+-------------------------------------------------------------------------------------+
| | Default value | 80 |
| | Default value | 75 |
+ +---------------+-------------------------------------------------------------------------------------+
| | Allowed value | Any integer between 0 and 100. |
+-------------------------------------------+---------------+-------------------------------------------------------------------------------------+
Expand All @@ -1166,13 +1166,13 @@ Wazuh-db
| **wazuh_db.free_pages_percentage** | Description | | Indicates the minimum percentage of free pages present in a database that |
| | | | can trigger a vacuum. |
+ +---------------+-------------------------------------------------------------------------------------+
| | Default value | 5 |
| | Default value | 0 |
+ +---------------+-------------------------------------------------------------------------------------+
| | Allowed value | Any integer between 0 and 99. |
+-------------------------------------------+---------------+-------------------------------------------------------------------------------------+
| **wazuh_db.check_fragmentation_interval** | Description | Interval for database fragmentation check, in seconds. |
+ +---------------+-------------------------------------------------------------------------------------+
| | Default value | 43200 |
| | Default value | 7200 |
+ +---------------+-------------------------------------------------------------------------------------+
| | Allowed value | Any integer between 1 and 30758400. |
+-------------------------------------------+---------------+-------------------------------------------------------------------------------------+
Expand Down