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

Error pushing large number of items into Redis List #33

Open
fathialmarabaa opened this issue Jul 18, 2021 · 3 comments
Open

Error pushing large number of items into Redis List #33

fathialmarabaa opened this issue Jul 18, 2021 · 3 comments

Comments

@fathialmarabaa
Copy link

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!

@beetlex-io
Copy link
Owner

change buffer pool size

BeetleX.Buffers.BufferPool.POOL_MAX_SIZE = 1024 * 1024;

@fathialmarabaa
Copy link
Author

Already tried it before but still it's not working.

@beetlex-io
Copy link
Owner

How bytes size of 200,000 + objects?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants