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

[JBoss-user] Out of memory error in freeBSD

2004-02-13 Thread Paul Ekeland
Hello all, I am trying to deploy our application on JBoss in a freeBSD 5.1 platform with 1Go of RAM, only to get to an OutOfMemory error. Here is the configuration: In a first step, we precompiled our JSP's (all 800 of them) and the server crashes during the loading of the servlets Witho