[JBoss-user] [Persistence CMP/JBoss] - Re: OutOfMemory after some 1000 CMP Beans

2004-05-07 Thread Heikok
I ran now the same code with SUNs J2EE reference and Pointbase. Memory usage was 
constant after the first 1000 Beans (initialization). I've been running the test up to 
5000 Beans. So it seems to be a jboss-related problem.

Heiko

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3834019#3834019

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834019


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: OutOfMemory after some 1000 CMP Beans

2004-05-07 Thread [EMAIL PROTECTED]
100 is the pool size, the default cache size is 1 million in jboss.
see standardjboss.xml

Also if you are using hsqldb, its tables are fully loaded into memory unless
you use create cached table.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3834022#3834022

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834022


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: OutOfMemory after some 1000 CMP Beans

2004-05-07 Thread triathlon98
Adrian,

The setting is not enough. I have run into the same problem (and reported it) a couple 
of weeks back. I then tried modifying the container configuration and the read-ahead 
setting to anything I could image without results.

However, I have seen that Alexey committed some changes in the cache handling. It may 
be better/fixed in the latest version in CVS (I was using the latest version at the 
time, but have not updated meanwhile).

Joachim

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3834040#3834040

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834040


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: OutOfMemory after some 1000 CMP Beans

2004-05-07 Thread [EMAIL PROTECTED]
Alexey is working on instance-per-transaction which isn't a real cache.

You ain't going to get much help with more info.
Asserting you've done things correctly isn't very useful.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3834044#3834044

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834044


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: OutOfMemory after some 1000 CMP Beans

2004-05-07 Thread Heikok
Configuring the cache-size down to 1000 worked wonder. I just uploaded 2CMPs with 
-Xmx=32m setting without problems.

Thanks for the help,

Heiko

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3834136#3834136

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834136


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user