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

innodb_buffer_pool_size Calculation #138

Open
bst-biwac opened this issue Nov 12, 2024 · 0 comments
Open

innodb_buffer_pool_size Calculation #138

bst-biwac opened this issue Nov 12, 2024 · 0 comments

Comments

@bst-biwac
Copy link

Issue in ./help/performance/software.md

This statement is false

innodb_buffer_pool_size | 128MB |
Combined with the multiple pool instances described above, this means a default memory allocation of 1024MB. The total size is divided among all the buffer pools. For best efficiency, specify a combination of innodb_buffer_pool_instances and innodb_buffer_pool_size so that each buffer pool instance is at least 1 GB.

According to https://dev.mysql.com/doc/refman/8.4/en/glossary.html#glos_buffer_pool
where it says

. The total memory size specified by innodb_buffer_pool_size is divided among all buffer pool instances

@github-project-automation github-project-automation bot moved this to 🆕 Ready for Grooming in Commerce - Issues Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 Ready for Grooming
Development

No branches or pull requests

1 participant