On Tue, Jun 28, 2011 at 11:23 AM, Steve Way
<steve....@infotech-enterprises.com> wrote:
> Hi Robert,
>
>
>
> I think 2GB server side is fine for Development, but to release to the
> public as a production is too low.
>
>
>
> The minimum I would have is 4GB – and this would probably only give you a
> descent amount of capacity for 5 concurrent requests.

Only? We have run GeoServer at the WMS benchmarks allowing up to 16 WMS
requests giving GS less than 2GB heap.
Past that we use control-flow to limit the amount of parallel requests so that
the others get queued.

But normally we find the limit is the number of CPUs, not much the memory
(I'd normally lock down WMS parallellism to numCpu * 2).

A 1024x1024 RGBA request uses a drawing surface of 4MB, multiply that
by the number of active feature type style in the style, and if you have
designed it properly you don't have much more than 4-8, that makes for
32MB tops per request, that is, 512MB of drawing surfaces for 16 screen
wide requests in parallel (or 256 tile sized requests in parallel).
Give it 1024MB and you should be good to handle an almost limitless
number of WFS requests in parallel (WFS request work full streaming,
the memory footprint of each is negligible).

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

-------------------------------------------------------

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to