aspose file tools
The moose likes Performance and the fly likes Getting Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "Getting "java.lang.OutOfMemoryError: PermGen space" exception while reading xlsx file using POI 3.7 " Watch "Getting "java.lang.OutOfMemoryError: PermGen space" exception while reading xlsx file using POI 3.7 " New topic
Author

Getting "java.lang.OutOfMemoryError: PermGen space" exception while reading xlsx file using POI 3.7

Pooja De
Greenhorn

Joined: Dec 01, 2011
Posts: 1
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
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
 
Similar Threads
Exception in thread "main" java.lang.NoClassDefFoundError: Voice1
Interface - AbstractClass Collision
weblogic 10 web service Standalone client issue
Problem: Could not find the main class: weblogic.appc. Program will exit.
"Unknown constant tag 108" error !! What is it about ?