Re: Ignite BinaryHeapOutputStream OutOfMemoryError

2021-11-25 Thread Pavel Tupitsyn
Looks like you've run out of Java heap space. Try to increase JVM memory with Xms and Xmx options. On Thu, Nov 25, 2021 at 11:07 AM y wrote: > *Hi Igniters:* > * When i using thin client binary to insert data(*BinaryObjectBuilder*). The > client has the fol**lowing error.It seems the memory > of

Ignite BinaryHeapOutputStream OutOfMemoryError

2021-11-25 Thread y
Hi Igniters: When i using thin client binary to insert data(BinaryObjectBuilder). The client has the following error.It seems the memory of BinaryHeapOutputStream is not enough. How can i increase the memory when using binary to insert? Caused by: java.lang.OutOfMemoryError: Java heap space