-
Notifications
You must be signed in to change notification settings - Fork 183
DOC-12540 AVX2 requirements #3917
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
base: release/8.0
Are you sure you want to change the base?
Conversation
…ments. * Also consolidated the per-CPU requirements, which had been in a table, admonition, and some paragraphs, into a single table.
…ent for 8.0, not deprecated. Also changed the consequences mentioned in the CPU requirements.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the documentation to reflect that Couchbase Server on x86 platforms now requires AVX2 instructions instead of just deprecating non-AVX2 processors. The change moves from a deprecation notice to a hard requirement for AVX2 support.
Key changes:
- Removes the deprecation notice for non-AVX2 x86 processors from release notes
- Updates system requirements to make AVX2 mandatory for x86 platforms
- Restructures the processor requirements documentation with clearer tables and consolidated information
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
modules/release-notes/pages/relnotes.adoc | Removes deprecated platforms section that warned about AVX2 requirement |
modules/install/pages/pre-install.adoc | Updates system requirements to make AVX2 mandatory and restructures documentation with clearer tables |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
||
NOTE: For all storage configuration, network file systems such as CIFS and NFS are not supported. | ||
|
||
The recommendations in the table ae a baseline that do not take into account the services you will run on your nodes. |
Copilot
AI
Oct 10, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'ae' to 'are'.
The recommendations in the table ae a baseline that do not take into account the services you will run on your nodes. | |
The recommendations in the table are a baseline that do not take into account the services you will run on your nodes. |
Copilot uses AI. Check for mistakes.
The recommended hardware is sixteen CPU cores, 16GiB RAM, and SSD disks. | ||
If the command returns the text `Processor has AVX2`, your processor meets Couchbase Server's AVX2 requirement. | ||
If the command returns `AVX2 not found`, your processor does not have AVX2 instructions is not supported. |
Copilot
AI
Oct 10, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sentence has incorrect grammar. It should read 'your processor does not have AVX2 instructions and is not supported' or 'your processor does not have AVX2 instructions, so it is not supported'.
If the command returns `AVX2 not found`, your processor does not have AVX2 instructions is not supported. | |
If the command returns `AVX2 not found`, your processor does not have AVX2 instructions and is not supported. |
Copilot uses AI. Check for mistakes.
For the best performance on Apple Silicon systems, use the native Apple Silicon build of Couchbase Server instead of the x86 build running in Rosetta. | ||
NOTE: For all storage configuration, network file systems such as CIFS and NFS are not supported. | ||
|
||
The recommendations in the table ae a baseline that do not take into account the services you will run on your nodes. |
Copilot
AI
Oct 10, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'ae' to 'are' (duplicate of earlier occurrence).
The recommendations in the table ae a baseline that do not take into account the services you will run on your nodes. | |
The recommendations in the table are a baseline that do not take into account the services you will run on your nodes. |
Copilot uses AI. Check for mistakes.
This updates the documentation to state that Couchbase Server on x86 now requires AVX2 instructions.
Preview URL:
https://preview.docs-test.couchbase.com/docs-server-DOC-12540_AVX_requirements
You will need the Docs Team credentials on Confluence.
Main changes, with links to preview: