Is memory out of bound exception or error? We usually get this during project deployment on the server. It might be a basic question. I googled it but I could not find relevant answer so posting here.
Error I got:
Invocation of init method failed; nested exception is
java.lang.OutOfMemoryError: allocLargeObjectOrArray
- Object size: 8216, Num elements: 2049
And how can we handle this?