On Thu, May 12, 2011 at 8:38 PM, Chris Holmes <[email protected]> wrote: > Hey Hari, vote.mapview.in looks cool. Have you considered using GeoWebCache > for it? Looks like you're doing large, single tile requests. If you stick > GWC in front of it then you could put a lot less of a load on the server, > since most places that people look at would get cached.
Just followed the link and got an exception stating that rendering the map would have used 80MB and the limit was 25MB. Wow, you must have used a ton of FeatureTypeStyle declarations in your style, I was just using a 15" notebook, the request couldn't have been larger than 900*900. Doing a style with a ton of FeatureTypeStyle elements will require either a lot of passes over the data or (what GS does) allocating many rendering surfaces in parallel. Better rework the SLD to use a small number of FeatureTypeStyle in it: consider this, how many Z levels do you actually need for a specific layer? That's the number of FeatureTypeStyle elements you actually need. Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
