Re: [JBoss-user] CMP Memory Leak

2001-07-02 Thread danch
What version of JBoss are you using? [EMAIL PROTECTED] wrote: All, I've been doing some stress testing on my JBoss server and found a showstopper of a problem. All I am doing is creating a thousand CMP entitity beans (small ones at that), and then removing them, over and over again

RE: [JBoss-user] CMP Memory Leak

2001-07-02 Thread Bill Burke
, 2001 10:32 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] CMP Memory Leak What version of JBoss are you using? [EMAIL PROTECTED] wrote: All, I've been doing some stress testing on my JBoss server and found a showstopper of a problem. All I am doing is creating a thousand CMP

RE: [JBoss-user] CMP Memory Leak

2001-07-01 Thread marc fleury
if there is a leak it is pretty simple to see with -prof (or something like that) that gives teh number of objects in memory, the largest one is usually the leak (IF there is one, last we knew there was none). you can run -prof from the command line, I forget the details, why don't you try