[JBoss-user] [JBossCache] - Re: JBossCacheAop Memory leak ?

2006-01-26 Thread [EMAIL PROTECTED]
Hi Chris,

Have you done the testing for TreeCache without AOP?

-John

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: JBossCacheAop Memory leak ?

2005-10-03 Thread [EMAIL PROTECTED]
OK, if you still find that a problem, can you open up a JBossCache Jira issue 
and attach your test case?

If it is aop-specific, please assign it to me and I will take a look.

-Ben

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: JBossCacheAop Memory leak ?

2005-10-03 Thread ctof
Yes i use async,

i don't use flow control protocol (i don't now if it's supported in this 
release of JBoss (1.2.4/jgroups 2.2.8), 
but as you can see in my publisher test class, all 1000 msg (via modulo)
 i call a sleep of 2000ms (i have test without).
What is very strange is, this is not the publisher but the sender which grow up 
in memory. 
more strange and more supect for a production release is that the memory never 
retrieve a "normal" space. 
( i mean: ok the JVM  has allocate a big space of memory to compute a burst of 
msg, but when all msg have been send by the publisher 
(for example i test with 100 000 msg) the memory stay at the same level (and a 
force gc has no impact).

Today, i try to test with TreeCache aonly (without AOP features).

Christophe


  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | jboss:service=Naming
  | jboss:service=TransactionManager
  | 
  | 
  | org.jboss.cache.DummyTransactionManagerLookup
  | 
  | 
  | REPEATABLE_READ
  | 
  | 
  | REPL_ASYNC
  | 
  | 
  | false
  | 
  | 
  | 0
  | 
  | 
  | 0
  | 
  | 
  | **TEST**
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | true
  | true
  | 
  | 
  | 5000
  | 
  | 
  | 2
  | 
  | 
  | 15000
  | 
  | 
  | 
  | 
  | 
  | 
  | false
  | 
  | 
  | 
  | 
  | 
  | 


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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: JBossCacheAop Memory leak ?

2005-09-30 Thread [EMAIL PROTECTED]
Did you regulate your sender send rate? That is, did you do some sleep? If you 
don't, you will need a flow control protocol in jgroups stack. Otherwise, 
sender will just flood the network and gc won't start in time.

I assume you are using repl_async?

-Ben

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

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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user