Good Morning

I'm trying to publish, in geoserver, a raster pyramid coverage on 3 levels
with 256x256 pixel tiles using Geotiff tablet JPGEG for UTM23S zone.

I'm using GeoServer + PostGIS + image JDBC plugin in the following
configurations:

Oracle JDK 1.7
Oracle GlassFish 4
GeoServer 2.4.4 stable web taste
Postgres 9.3 + postgis
Ubuntu 10.13 - 64bits

Everything works until the time of publishing the cover when I get out of
memory error (java.lang.OutOfMemoryError: Java heap space).

Does forgot some configuration parameter? My Memory is not
enough ?



These are the properties of the images I imported the postgis at level 0 of
the pyramid.

[image: Imagem inline 1]

My connection file with the PostgreSQL JDBC plugin image

[image: Imagem inline 2]

Mapping file database schema in Postgresql

[image: Imagem inline 3]

Configuration file coverage

[image: Imagem inline 4]

Memory on server - My HEAP -> 10.5 G (see below)

[image: Imagem inline 5]

Number of rows in base pyramid table.

[image: Imagem inline 6]

Start process of new Layer

[image: Imagem inline 7]

I will forward the screens of error logs


Log glassfish domain1 domain, indicating that started construct coverage -
calculating the resolution of the pyramidal base 0.

[image: Imagem inline 8]

This is the memory map of the JVM HEAP oracle 1.7 VisualJVM shown by
the utility
under process.

[image: Imagem inline 9]

There is the trouble. org.postgresql.util.PSQLException -> "Memória
insuficiente ao recuperar resultados da consulta"  means "Insufficient
memory to retrieve query results"

[image: Imagem inline 10]

Look at my  Java process commandline  of glassfish .












*-XX:+UnlockDiagnosticVMOptions -XX:+HeapDumpOnOutOfMemoryError
-XX:+UseParNewGC -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC
-XX:MaxPermSize=256m -XX:SoftRefLRUPolicyMSPerMB=36000
-XX:-UseGCOverheadLimit -XX:NewRatio=2 -Xmx10500m -Xms1024m*
[image: Imagem inline 11]

This is the log of my PostgreSQL 9.3 server - I see that the connection is
terminated by the client (JDBC Geoserver plugin in this case).
[image: Imagem inline 12]


Thanks anyway

Miguel S. X. Penteado
------------------------------------------------------------------------------
Android™ apps run on BlackBerry®10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to