On Jun 24, 2011, at 10:06 PM, dpront wrote: > Hello! > > Q:Have you looked to see if you are filling physical memory? In other > words is your OS paging heavily? > > A: Nope, everytime I ran the profiling setup, it's always at 80% and > not reaching it's peak. However, my CPU Usage stays at 100% until the > profiling is terminated. > > Q: How much RAM? What are your JVM heap settings? > > A: I have 2gb of RAM, and the xmx setting on my eclipse configuration > is set to 384m (I'm not sure if I answered you correctly with this one).
Try increasing your xmx setting to larger values - try 512M and see if that gives you a speedup. > > Q: are you writing to a local or remote disk? If local is it nearly full? > > A: Local writing, what do you mean by "nearly full" ? How much free space do you have on that local disk? If it is less than 5% then you could be having trouble writing. You disk is likely to be fragmented and writing can be slowed due to that. Regards, Dave > Q: What OS? What Java Virtual Machine (JVM) version? > > A: I'm running on a Windows-7 Environment and has a java version of > "1.6.0_22" > > > Thanks. > > > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/taking-too-long-to-create-xlsm-tp4497635p4523030.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]
