We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In pts/redis-1.4.0, if NUM_CPU_PHYSICAL_CORES is greater than 128, the following line from install.sh will fail:
test-profiles/pts/redis-1.4.0/install.sh
Line 17 in bde43b6
See: https://github.com/redis/redis/blob/2cf50ddbad1b8169ed31c913d6e6c860e4736f80/src/config.c#L3151
The solution is to just saturate NUM_CPU_PHYSICAL_CORES at 128.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In pts/redis-1.4.0, if NUM_CPU_PHYSICAL_CORES is greater than 128, the following line from install.sh will fail:
test-profiles/pts/redis-1.4.0/install.sh
Line 17 in bde43b6
See:
https://github.com/redis/redis/blob/2cf50ddbad1b8169ed31c913d6e6c860e4736f80/src/config.c#L3151
The solution is to just saturate NUM_CPU_PHYSICAL_CORES at 128.
The text was updated successfully, but these errors were encountered: