On Thu, 1 Dec 2011, dpooja85 wrote:
When I do xssfReader.getStylesTable() I get a stacktrace as follows,

Caused by: java.lang.OutOfMemoryError: PermGen space
        at java.lang.ClassLoader.defineClass1(Native Method)

You need to either up your heap size, or at least re-balance the ratio of permgen to other types of memory within it. Your current one is not big enough to hold all your classes (and there are other things that there should be space for in there too!)

Nick

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

Reply via email to