Page 1 of 1

posing lot of I/O calls with db interaction on cloud

Posted: Sun Aug 19, 2012 10:54 pm
by sai
Hi,

I am using 1.6 version of broadleaf.

I tried to publish the app in cloud and saw that the app generated lot of I/O ~143,000 calls. Every time I restart the tomcat I see just on db ~1100 I/O calls, with out even trying to open the webapp.

Around 437 writes occuring, just on tomcat restart.

Please advise.

Re: posing lot of I/O calls with db interaction on cloud

Posted: Fri Aug 31, 2012 10:39 am
by jefffischer
You likely have blPU.hibernate.hbm2ddl.auto configured in your app config for update or create. Try setting this to none and see if that decreases the amount of DB traffic during startup.

Re: posing lot of I/O calls with db interaction on cloud

Posted: Sun Sep 09, 2012 4:16 pm
by sai
Thank you for reply.

I have it set to none. But still I see lot of I/O