You ran out of Java heap-space, It’s more efficient to use the IgniteCache 
class for these kinds of operation. You can use IgniteCache#clear() to remove 
all records from a cache, for example.

> On 30 Sep 2020, at 12:05, ashishb888 <ashish.bhosle...@gmail.com> wrote:
> 
> I am performing a delete query on a cache which has large data. When query
> start application CPU utilization goes around 2000, and application crashes
> with below error message,
> 
> 2020-09-30 11:21:31.682 ERROR 128023 ---
> [grid-nio-worker-tcp-comm-5-#68%TcpCommunicationSpi%] ROOT                    
>                 
> : JVM will be halted immediately due to the failure:
> [failureCtx=FailureContext [type=CRITICAL_ERROR,
> err=java.lang.OutOfMemoryError: GC overhead limit exceeded]]
> 
> *QUERY: DELETE FROM CACHE WHERE ID = ID;*
> 
> 
> BR,
> Ashish
> 
> 
> 
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/


Reply via email to