BeetleX.Redis icon indicating copy to clipboard operation
BeetleX.Redis copied to clipboard

Error pushing large number of items into Redis List

Open fathialmarabaa opened this issue 3 years ago • 3 comments

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!

fathialmarabaa avatar Jul 18 '21 09:07 fathialmarabaa

change buffer pool size

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

beetlex-io avatar Jul 18 '21 13:07 beetlex-io

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

fathialmarabaa avatar Jul 18 '21 13:07 fathialmarabaa

How bytes size of 200,000 + objects?

beetlex-io avatar Jul 19 '21 03:07 beetlex-io