Getting "java.lang.OutOfMemoryError: PermGen space" exception while reading xlsx file using POI 3.7
Pooja De
Greenhorn
Joined: Dec 01, 2011
Posts: 1
posted
0
This is very intermittent problem and does not occur regularly.
I am reading an xlsx file using POI 3.7 and I have code as follows,
When I do xssfReader.getStylesTable() I get a stacktrace as follows,
I tried searching for this on forums and on Google but did not come across anyone who has run into this. Does anyone know why I got this and how I should proceed with a resolution?
Thanks.
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
1
POI needs a lot of memory when dealing with sizable files. Try increasing the Permgen space using something like "XX:MaxPermSize=128m".
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Getting "java.lang.OutOfMemoryError: PermGen space" exception while reading xlsx file using POI 3.7