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 file descriptors threshold values #5073

Merged
merged 2 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ All notable changes to this project will be documented in this file.
- Update the JSON schema with the required fields for the output content of the migration tool ([#4375](https://github.com/wazuh/wazuh-qa/pull/4375)) \- (Tests)
- Update framework known flaws file ([#4443](https://github.com/wazuh/wazuh-qa/pull/4443)) \- (Tests)
- Align migration tool system tests to the tool's new output directory structure ([#4561](https://github.com/wazuh/wazuh-qa/pull/4561)) \- (Tests)
- Update file descriptors threshold values used in cluster performance tests ([#5073](https://github.com/wazuh/wazuh-qa/pull/5073)) \- (Tests)

### Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ resources:
reg_cof: 0.1
FD:
master:
max: 160
mean: 103.4
reg_cof: 0.05
max: 208
mean: 170
reg_cof: 0.1
workers:
max: 72.6
mean: 70
reg_cof: 0.02
max: 94.4
mean: 91
reg_cof: 0.05
USS(KB):
master:
max: 1069926 # (1 GB)
Expand All @@ -85,13 +85,13 @@ resources:
reg_cof: 0.1
FD:
master:
max: 70.5
mean: 59
reg_cof: 0.11
max: 180
mean: 176.8
reg_cof: 0.6
workers:
max: 72.6
mean: 72
reg_cof: 0.33
max: 94.5
mean: 93.6
reg_cof: 0.9
USS(KB):
master:
max: 300000 # (290 MB)
Expand Down
Loading