Tom Wilcox <hungrytom@googlemail.com> wrote:
> Is it possible to get postgres to make use of the available 96GB
> RAM on a Windows 32-bit build?
I would try setting shared_memory to somewhere between 200MB and 1GB
and set effective_cache_size = 90GB or so. The default behavior of
Windows was to use otherwise idle RAM for disk caching, last I
checked, anyway.
-Kevin