Re: Java OutOfMemoryException!

2019-03-24 Thread Tanveer Ahmad - EWI
Thanks Razvan. Increasing the RootAllocator limit resolved the problem. Regards, Tanveer Ahmad From: Razvan Chitu Sent: Sunday, March 24, 2019 2:44:57 PM To: dev@arrow.apache.org Cc: u...@arrow.apache.org Subject: Re: Java OutOfMemoryException! Hi Tanveer

Re: Java OutOfMemoryException!

2019-03-24 Thread Razvan Chitu
Hi Tanveer, The stack trace seems to indicate that you you've breached the limit of the allocator used by the ArrowStreamReader, so that's where I'd look first. The limit is usually set when constructing an allocator (e.g. new RootAllocator(myLimit)) or when getting a child allocator (e.g. rootAll

Java OutOfMemoryException!

2019-03-24 Thread Tanveer Ahmad - EWI
Hi, I am de-serializing multiple plasma objects in java at the same time, everything is working fine but when the data size increases the following error is being occurred for some threads. Any suggestion where I can increase/change the memory allocation for these processes (I have more memory