[jboss-user] [Installation, Configuration & Deployment] - hsqldb-jdbc2-service.xml, HighMemoryMark and MaxMemoryMark

dearemi do-not-reply at jboss.com
Mon Apr 30 03:09:09 EDT 2007


Hi,
this is a snhapshot of my hsqldb-jdbc2-service.xml configuration file: 

<mbean code="org.jboss.mq.server.MessageCache"
  |          name="jboss.mq:service=MessageCache">
  |     <attribute name="HighMemoryMark">0</attribute>
  |     <attribute name="MaxMemoryMark">0</attribute>
  |     <attribute name="CacheStore">jboss.mq:service=PersistenceManager</attribute>
  |   </mbean>

I set HighMemoryMark and MaxMemoryMark to '0' value in order to see my localDB.data file growing up. I know, watching the hsqldb log file localDB.log, that the MessageCache write jms messages in the hsqld but localDB.data file size is always 0.
I am using jboss3.2.7 with jvm1.4.2.

I made the same test with jboss4.0 and jvm5 and localDB.data grew up as I expected.

Am I missing something?

Thanks in advance.

emiliano

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041749#4041749

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041749



More information about the jboss-user mailing list