* Aaron Turner (synfinatic(at)gmail(dot)com) wrote:
> Basically, each connection is taking about 100MB resident
Errr.. Given that your shared buffers are around 100M, I think you're
confusing what you see in top with reality. The shared buffers are
visible in every process, but it's all the same actual memory, not 100M
per process.
Thanks,
Stephen