不正确使用线程池导致java堆溢出java.lang.OutOfMemoryError: Java heap space
用java写大文件处理,为了提高性能使用了线程池,运行时间长之后会报java.lang.OutOfMemoryError:Javaheapspace 错误!报错的代码贴出来:publicvoidparseReqLog(finalStringtable){File[]reqPaths=reqPath();//创建线程池ExecutorServicepool=Executors.newFixedThr