Hi Winarto,

>It is always throwing java.lang.OutOfMemoryError:
>Java heap space error in around 15-16k records. Is there any tips or
>advise that I can use to avoid that error?

had the same problem, just give the Java virtual machine more heap.

%jre_path%java -Xms128m -Xmx512m -classpath ...

The parameters -Xms128m -Xmx512m are responslibe for the RAM. Just goole what 
the mean in detail.

Best regards...

Karsten

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@poi.apache.org
For additional commands, e-mail: user-h...@poi.apache.org

Reply via email to