Post
원문 보기 →OutOfMemoryError : Requested array size exceeds VM limit
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



