-
Notifications
You must be signed in to change notification settings - Fork 24k
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
Redis 8 Refresh of default configuration #12191
Comments
|
So let's collect suggestions of new defaults here? |
Going to copy @xuliang0317 comment here to close the other issue.
|
I wanted to start this issue to collate all of the configurations which use very old default values, that we might consider changing. The immediate ones that come to mind:
There are many problems with running flush synchronously. Even in single CPU environments, the thread managers should balance between the freeing and serving incoming requests.
We should probably also revisit all of the datastructure limits (set-max-listpack-entries for example), which were probably tuned in a world with CPUs from a decade ago.
The text was updated successfully, but these errors were encountered: