On Wed, Sep 26, 2012 at 1:31 PM, Ronak Patel <ronak2...@yahoo.com> wrote:
> Hi,
>
> I've been trying to upload 900+ coverages and layers to a single instance
> of Geoserver. These layers are backed by WorldImage files composed of PNGs.
>
> These PNGs range from size of several hundred KB to 100MB. It seems if I
> upload a series of WorldImage files that are large (50 MB+), the JVM
> crashes and takes down my entire Glassfish instance.
>
Hum... I guess that in order to retrive meta-information about the file at
some point the file is fully decompressed into
memory.
PNG is possibly the worst raster format I can think of in terms of
performance, in order to read even a small portion
of it it has to be fully decompressed and loaded in memory.
Save yourself a lot of trouble and use gdal_translate to turn these files
into GeoTiff ones, eventually internally
compressed (DEFLATE if you want to avoid quality loss)
Have a look at this presentation:
http://demo.geo-solutions.it/share/foss4g2011/gs_steroids_sgiannec_foss4g2011.pdf<https://docs.google.com/viewer?url=http://demo.geo-solutions.it/share/foss4g2011/gs_steroids_sgiannec_foss4g2011.pdf>
Cheers
Andrea
--
==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.
==
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
-------------------------------------------------------
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users