Hi All,
I am getting this error "java.lang.OutOfMemoryError: Java heap space" in my
server because i am limited to Java Virtual Machine Path = 1024.
The error occurred when I am reading a 2500 KB excel macro template xlsm
file as:
<cfset xlsFileTemplate =
createObject("java","java.io.FileInputStream").init(filepathtemplate)  />
<cfset newWorkbook =
createObject("java","org.apache.poi.ss.usermodel.WorkbookFactory").create(xlsFileTemplate
) /> 

Any other way to read this file with my memory limitations?
Thanks in advanced.



--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Java-Memory-issue-tp5717351.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to