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
I getting the following error when trying to push/insert large number of items (200,000+ objects) into list:
BeetleX.Redis.RedisException: Create buffer error, maximum number of buffer pools!
The text was updated successfully, but these errors were encountered:
change buffer pool size
BeetleX.Buffers.BufferPool.POOL_MAX_SIZE = 1024 * 1024;
Sorry, something went wrong.
Already tried it before but still it's not working.
How bytes size of 200,000 + objects?
No branches or pull requests
I getting the following error when trying to push/insert large number of items (200,000+ objects) into list:
BeetleX.Redis.RedisException: Create buffer error, maximum number of buffer pools!
The text was updated successfully, but these errors were encountered: