Re: [JBoss-user] Out of memory error in freeBSD

2004-02-18 Thread Paul Ekeland
... From: Paul Ekeland <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Fri, 13 Feb 2004 15:38:04 +0100 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Out of memory error in freeBSD Ryan, we're going to try this option, even though it seemed at first freeBSD 5.1 dynami

Re: [JBoss-user] Out of memory error in freeBSD

2004-02-13 Thread Andrew C. Oliver
Title: Re: [JBoss-user] Out of memory error in freeBSD Are you positive it isn’t this: http://jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptionWhenRedeploying The page talks mostly about redeployment but 800 JSPs could also be a lot of class definitions.  Thus fill up the perm generation

Re: [JBoss-user] Out of memory error in freeBSD

2004-02-13 Thread Paul Ekeland
Ryan, we're going to try this option, even though it seemed at first freeBSD 5.1 dynamically dealt with process limits. Thanks! Paul Ryan Maclear wrote: Hi Paul, I don't know if this is relevant in your case, but I've had this problem before on other FreeBSD versions (4.7-STABLE) and f

Re: [JBoss-user] Out of memory error in freeBSD

2004-02-13 Thread Ryan Maclear
Hi Paul, I don't know if this is relevant in your case, but I've had this problem before on other FreeBSD versions (4.7-STABLE) and fixed it as follows: FreeBSD has kernel level user process limits, including direct memory allocation If the user limits are too low for your jboss instance togethe

Re: [JBoss-user] Out of Memory error

2003-09-10 Thread harm
Yes, I have had the same problem many times with jboss 3.2.1. Development Mailing Lists <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 09/09/2003 09:09 PM Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject [JBoss-user] Out of Memory error After redeploying several tim

RE: [JBoss-user] Out of Memory Error

2003-04-03 Thread Rod Macpherson
The startup script uses an environment variable to grab JVM options: JAVA_OPTS. Without it you have 64 of the 1000 available. JAVA_OPTS = -Xmx256M -Xms256M That'll give you a minimum and maximum of 256 megs. I like to set min = max so that it allocates the max right up front. -Original

RE: [JBoss-user] Out of Memory Error

2003-04-03 Thread Sacha Labourey
Upgrade to a decent version, this is about one year old! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Sanjeev Singal > Sent: jeudi, 3. avril 2003 19:57 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Out of Memory Error > > > Hey All, > > I

Re: [JBoss-user] Out of memory error - memory leak?

2001-11-17 Thread danch
Joel Boehland wrote: > Hi, > I have also had this error pop up this past week after > multiple deploy/undeploy cycles while using > JBoss-2.4.3_Jetty-3.1.3-1, and the Blackdown-1.3.0-FC > jvm. I don't think Dan's suggestion of using an n x m > threading library will fix this problem however, as

Re: [JBoss-user] Out of memory error - memory leak?

2001-11-17 Thread Joel Boehland
Hi, I have also had this error pop up this past week after multiple deploy/undeploy cycles while using JBoss-2.4.3_Jetty-3.1.3-1, and the Blackdown-1.3.0-FC jvm. I don't think Dan's suggestion of using an n x m threading library will fix this problem however, as I have had this error while using g

Re: [JBoss-user] Out of memory error - memory leak?

2001-11-16 Thread Jozsa Kristof
On Fri, Nov 16, 2001 at 09:28:51AM -0600, danch wrote: > Jozsa Kristof wrote: > > >I'm developing my own Cocoon project in a bundled JBoss+Catalina on linux. > >I've found out, that during development, after 6-8 deployment of my project > >WAR file, jboss drops a nasty out of memory exception. >

Re: [JBoss-user] Out of memory error - memory leak?

2001-11-16 Thread danch
Jozsa Kristof wrote: > I'm developing my own Cocoon project in a bundled JBoss+Catalina on linux. > I've found out, that during development, after 6-8 deployment of my project > WAR file, jboss drops a nasty out of memory exception. This is probably a thread problem - if you look at the messa

Re: [JBoss-user] Out of memory error

2001-07-23 Thread Nicolai P Guba
> "LO" == Ludovic Orban <[EMAIL PROTECTED]> writes: LO> Maybe that has something to do with this bug: LO> http://developer.java.sun.com/developer/bugParade/bugs/4395735.html LO> It looks quite the same. Looks probable. We've observed the same thing a while ago. At the time it looked like

RE: [JBoss-user] Out of memory error

2001-07-22 Thread Ludovic Orban
Maybe that has something to do with this bug: http://developer.java.sun.com/developer/bugParade/bugs/4395735.html It looks quite the same. Ludovic --On jeudi 19 juillet 2001 16:25 -0400 Jim Archer <[EMAIL PROTECTED]> wrote: > And we have been testing with Debian Potato. We're now in the proc

RE: [JBoss-user] Out of memory error

2001-07-19 Thread Jim Archer
hitectural changes between 1.3 and 1.3.1. > > --- > > Michael R. Maraya > >>> -- > >>> From: Lex[SMTP:[EMAIL PROTECTED]] > >>> Reply To: [EMAIL PROTECTED] > >>> Sent: Thursday, July 19, 2001 7:24 AM > >>> To: [EMAIL

RE: [JBoss-user] Out of memory error

2001-07-19 Thread Bill Burke
ECTED] Subject: RE: [JBoss-user] Out of memory error Yep - we are using RedHat Linux 7.0 -Mike > I think it's more of a Linux with JDK1.3.1 thing, assuming you're> > using Linux, of course. As far as I know, there were no major > memory-related architectural changes between 1

RE: [JBoss-user] Out of memory error

2001-07-19 Thread Lex
-- >> From: Lex[SMTP:[EMAIL PROTECTED]] >> Reply To: [EMAIL PROTECTED] >> Sent: Thursday, July 19, 2001 7:24 AM >> To: [EMAIL PROTECTED] >> Subject: RE: [JBoss-user] Out of memory error >> >> We found the same problem during stress testing with JBos

RE: [JBoss-user] Out of memory error

2001-07-19 Thread Maraya Michael
TED]] > Reply To: [EMAIL PROTECTED] > Sent: Thursday, July 19, 2001 7:24 AM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] Out of memory error > > We found the same problem during stress testing with JBoss 2.4 Beat/ > Tomcat 3.2.2 JDK1.3.1. We had anothe

RE: [JBoss-user] Out of memory error

2001-07-19 Thread Lex
AM> To:   '[EMAIL PROTECTED]'> Subject:  RE:  [JBoss-user] Out of memory error> > We've been consistently having this problem, too, after about 5-6 hours> (~60,000 transactions) of stress testing.  We're using JBoss 2.2.1 +> Tomcat> 3.2.1 on a

Re: [JBoss-user] Out of memory error

2001-07-12 Thread Nicolai P Guba
> "JA" == Jim Archer <[EMAIL PROTECTED]> writes: JA> Hi All... --On Thursday, July 12, 2001 7:30 PM +1000 Robert JA> Schulz JA> <[EMAIL PROTECTED]> wrote: >> We are pretty close to production as well and run numerous stress >> test (creation of around 50,000 beans, 500,000+ SQL statements)

RE: [JBoss-user] Out of memory error

2001-07-12 Thread Jim Archer
Hi All... --On Thursday, July 12, 2001 7:30 PM +1000 Robert Schulz <[EMAIL PROTECTED]> wrote: > We are pretty close to production as well and run > numerous stress test (creation of around 50,000 beans, > 500,000+ SQL statements) and jboss never climbed over > 50MB ... we use RH7.1 (Linux) 2.4,

RE: [JBoss-user] Out of memory error

2001-07-12 Thread Robert Schulz
let us know how you go. R. -Original Message- From: Jim Gloor [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 12:14 AM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Out of memory error We've been consistently having this problem, too, after about 5-6 hours (~

RE: [JBoss-user] Out of memory error

2001-07-11 Thread Maraya Michael
seem to find 1.3.0 on the Sun website though). HTH. --- Michael R. Maraya > -- > From: Jim Gloor[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Wednesday, July 11, 2001 10:14 AM > To: '[EMAIL PROTECTED]' > Subject:

RE: [JBoss-user] Out of memory error

2001-07-11 Thread Jim Gloor
We've been consistently having this problem, too, after about 5-6 hours (~60,000 transactions) of stress testing. We're using JBoss 2.2.1 + Tomcat 3.2.1 on a Linux box with 200 MB of RAM allocated for the JBoss VM. Here's a specific example of the error message: Exception in thread "CompileThre

Re: [JBoss-user] Out of memory error

2001-07-11 Thread Nicolai P Guba
> "JA" == Jim Archer <[EMAIL PROTECTED]> writes: JA> Saul, watch your thread usage. jBoss will usually throw an out of JA> memory exception when it can't create a new thread... On Solaris, JA> you have a hard limit of threads. JA> I don't know if this is your actual problem, but I thought I

Re: [JBoss-user] Out of memory error

2001-07-06 Thread Jim Archer
Saul, watch your thread usage. jBoss will usually throw an out of memory exception when it can't create a new thread... On Solaris, you have a hard limit of threads. I don't know if this is your actual problem, but I thought I would mention it. Jim --On Friday, July 06, 2001 6:47 PM -0400 Sa