[Pljava-dev] java.lang.OutOfMemoryError

From: Eric(dot)Boyer at insa-toulouse(dot)fr (Eric BOYER)
To:
Subject: [Pljava-dev] java.lang.OutOfMemoryError
Date: 2006-06-16 09:04:13
Message-ID: 4492740D.4040302@insa-toulouse.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hello

We use pl java to launch an application

org.postgresql.util.PSQLException: ERREUR: java.lang.OutOfMemoryError
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1512)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1297)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:437)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:339)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:331)

We have a long treatment in a loop and the memory grow gradually up to a
java.lang.OutOfMemoryError.

What could be the problem ?

- garbage collector ?
- vmoptions ? : pljava.vmoptions = '-Xmx64M'

Our serveur have 1Go RAM and postmaster start with a low consumption of
RAM and grow up to ~300M ...

Thanks for your help

Eric

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2006-06-16 14:06:57 [Pljava-dev] java.lang.OutOfMemoryError
Previous Message Thomas Hallgren 2006-06-02 19:39:07 [Pljava-dev] Using the $DATADIR variable within postgresql.conf