-
Notifications
You must be signed in to change notification settings - Fork 528
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
tf: add standalone apm server profiles with NVMe SSDs and io2 EBS #15624
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request does not have a backport label. Could you fix it @carsonip? 🙏
|
|
2 tasks
carsonip
commented
Feb 8, 2025
8768b80
to
fdb3c0b
Compare
kruskall
approved these changes
Feb 10, 2025
mergify bot
pushed a commit
that referenced
this pull request
Feb 10, 2025
…5624) Improve benchmarking tf setup to facilitate benchmarking on standalone apm server setup with faster disks (e.g. local NVMe SSD) - Add NVMe c6id ec2 instance profiles - Use NVMe disk for data directory for instance types with d., e.g. c6id.2xlarge - Configurable disk IOPS which is a required field for io2 volume type - Bigger worker instance for 32GB profile to avoid OOM (cherry picked from commit 3afe1fd)
mergify bot
pushed a commit
that referenced
this pull request
Feb 10, 2025
…5624) Improve benchmarking tf setup to facilitate benchmarking on standalone apm server setup with faster disks (e.g. local NVMe SSD) - Add NVMe c6id ec2 instance profiles - Use NVMe disk for data directory for instance types with d., e.g. c6id.2xlarge - Configurable disk IOPS which is a required field for io2 volume type - Bigger worker instance for 32GB profile to avoid OOM (cherry picked from commit 3afe1fd)
mergify bot
pushed a commit
that referenced
this pull request
Feb 10, 2025
…5624) Improve benchmarking tf setup to facilitate benchmarking on standalone apm server setup with faster disks (e.g. local NVMe SSD) - Add NVMe c6id ec2 instance profiles - Use NVMe disk for data directory for instance types with d., e.g. c6id.2xlarge - Configurable disk IOPS which is a required field for io2 volume type - Bigger worker instance for 32GB profile to avoid OOM (cherry picked from commit 3afe1fd)
Merged
2 tasks
mergify bot
added a commit
that referenced
this pull request
Feb 10, 2025
…5624) (#15656) Improve benchmarking tf setup to facilitate benchmarking on standalone apm server setup with faster disks (e.g. local NVMe SSD) - Add NVMe c6id ec2 instance profiles - Use NVMe disk for data directory for instance types with d., e.g. c6id.2xlarge - Configurable disk IOPS which is a required field for io2 volume type - Bigger worker instance for 32GB profile to avoid OOM (cherry picked from commit 3afe1fd) Co-authored-by: Carson Ip <[email protected]>
mergify bot
added a commit
that referenced
this pull request
Feb 10, 2025
…5624) (#15657) Improve benchmarking tf setup to facilitate benchmarking on standalone apm server setup with faster disks (e.g. local NVMe SSD) - Add NVMe c6id ec2 instance profiles - Use NVMe disk for data directory for instance types with d., e.g. c6id.2xlarge - Configurable disk IOPS which is a required field for io2 volume type - Bigger worker instance for 32GB profile to avoid OOM (cherry picked from commit 3afe1fd) Co-authored-by: Carson Ip <[email protected]>
mergify bot
added a commit
that referenced
this pull request
Feb 10, 2025
…5624) (#15655) Improve benchmarking tf setup to facilitate benchmarking on standalone apm server setup with faster disks (e.g. local NVMe SSD) - Add NVMe c6id ec2 instance profiles - Use NVMe disk for data directory for instance types with d., e.g. c6id.2xlarge - Configurable disk IOPS which is a required field for io2 volume type - Bigger worker instance for 32GB profile to avoid OOM (cherry picked from commit 3afe1fd) Co-authored-by: Carson Ip <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-8.x
Automated backport to the 8.x branch with mergify
backport-8.18
Automated backport to the 8.18 branch
backport-9.0
Automated backport to the 9.0 branch
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation/summary
Improve benchmarking tf setup to facilitate benchmarking on standalone apm server setup with faster disks (e.g. local NVMe SSD)
Checklist
For functional changes, consider:
How to test these changes
Run github benchmark workflow with standalone and profile
Related issues
Part of #11346