I am going to make a couple of guesses and ask some questions. Have you looked to see if you are filling physical memory? In other words is your OS paging heavily?
It could help if you describe the memory profile of your computer. How much RAM? What are your JVM heap settings? Also, are you writing to a local or remote disk? A remote disk can be very slow. If local is it nearly full? Perhaps some system details would help as well. What OS? What Java Virtual Machine (JVM) version? Regards, Dave On Jun 24, 2011, at 8:09 PM, dpront wrote: > Hi, > > After a day of playing with the Profiling, I think I have managed to > profile the write method now. > > Please see the screenshots below: > > > http://s760.photobucket.com/albums/xx242/gerardagda/?action=view¤t=screenshot1.jpg > > > http://s760.photobucket.com/albums/xx242/gerardagda/?action=view¤t=screenshot2.jpg > > > http://s760.photobucket.com/albums/xx242/gerardagda/?action=view¤t=write.jpg > > Thanks. > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/taking-too-long-to-create-xlsm-tp4497635p4522879.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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
