Re: JBoss-related question

From: Guillaume Cottenceau <gc(at)mnc(dot)ch>
To: Håkan Jacobsson <hakan(dot)jacobsson(at)relevanttraffic(dot)com>
Cc: "pgsql-jdbc\(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JBoss-related question
Date: 2008-01-08 12:49:00
Message-ID: 87wsqkcwjn.fsf@messaging.mobileway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Håkan Jacobsson <hakan.jacobsson 'at' relevanttraffic.com> writes:

> javax.ejb.EJBException: java.lang.RuntimeException: java.lang.OutOfMemoryError:
> PermGen space
>
> We start JBoss with -Xms2048m -Xmx2048m arguments, which , as I understand it,
> is the maximum heap size we can use

that's not related to the mx. you have to increase the permanent
generation (mnore information in java gc documentation).

--
Guillaume Cottenceau, MNC Mobile News Channel SA, an Alcatel-Lucent Company
Av. de la Gare 10, 1003 Lausanne, Switzerland - direct +41 21 317 50 36

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Goldner 2008-01-08 13:14:45 Re: JBoss-related question
Previous Message Dave Cramer 2008-01-08 12:37:09 Re: JBoss-related question