OutOfMemoryError : Requested array size exceeds VM limit

난누구여긴어디|2018년 8월 31일
Posts

OutOfMemoryError : Requested array size exceeds VM limit

난누구여긴어디|2018년 8월 31일

java.lang.OutOfMemoryError:Requested array size exceeds VM limitJava has got a limit on the maximum array size your program can allocate. The exact limit is platform-specific but is generally somewhere between 1 and 2.1 billion elements.When you face the java.lang.OutOfMemoryError: Requested array size exceeds VM limit, this means that the application that crashes with the error is trying to all