数据导出或者导入时发生OOM异常
现象描述:

Exception in thread "main" java.lang.OutOfMemoryError: Requested array size exceeds VM limit
at java.lang.StringCoding.encode(StringCoding.java.350)
at java.lang.String.getBytes(String.java.941)
at org.apache.commons.io.IOUtils.write(IOUtils.java:1527)解决方法:

Last updated
Was this helpful?