japsa icon indicating copy to clipboard operation
japsa copied to clipboard

java.lang.OutOfMemoryError: Requested array size exceeds VM limit

Open miltondts opened this issue 4 years ago • 0 comments

XM fails to compress large files (3GB) with the following message:

Exception in thread "main" java.lang.OutOfMemoryError: Requested array size exceeds VM limit at java.util.Arrays.copyOf(Arrays.java:3236) at japsa.seq.FastaReader.nextSequence(FastaReader.java:159) at japsa.tools.bio.xm.ExpertModelCmd.main(ExpertModelCmd.java:130)

miltondts avatar Apr 23 '20 13:04 miltondts