Hello Alexey, I'm currently running OpenJDK 1.8 on Linux (4.9.65-1-MANJARO): openjdk version "1.8.0_144" OpenJDK Runtime Environment (build 1.8.0_144-b01) OpenJDK 64-Bit Server VM (build 25.144-b01, mixed mode)
I tested it with a PHP application, because I wanted to connect a legacy service which is currently working with Redis/Memcached. Let me try to reproduce it with a Java Unit Test.
Oh, can the buffer size be adjusted? In Redis the maximum size of a string is 512 Megabytes. While I think that's a little bit too much, maybe the default for Ignite could be raised to a more realistic yet memory conserving value.
Thank you Wolfram On 27/11/2017 20:18, Alexey Popov wrote:
Hi Wolfram, I just run unit tests for Redis with 10k string. They passed without errors. Can you share a reproducible example? Actually, the issue happens inside java.nio.HeapByteBuffer. What jdk/jre version do you use? BTW, this buffer size is set to 8k and it should be re-used in your case. Thank you, Alexey -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
