<ログ> Exception in thread "http-bio-8084-AsyncTimeout" java.lang.OutOfMemoryError: Java heap space Exception in thread "http-bio-8084-exec-19" java.lang.OutOfMemoryError: GC overhead limit exceeded Exception in thread "http-bio-8084-exec-15" Exception in thread "http-bio-8084-exec-27" java.lang.OutOfMemoryError: Java heap space java.lang.OutOfMemoryError: Java heap space
<環境> CPU 3.50GHz メモリ 8.0GB RAM 64bit
<コーディング> FileInputStream in = new FileInputStream(file_name); Workbook book = null; try { book = WorkbookFactory.create(in); } catch (EncryptedDocumentException e1) { e1.printStackTrace(); } catch (InvalidFormatException e1) { e1.printStackTrace(); }