From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Rainer Bauer <usenet(at)munnin(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org, Dave Page <dpage(at)postgresql(dot)org> |
Subject: | Re: 8.2.3: Server crashes on Windows using Eclipse/Junit |
Date: | 2007-10-23 18:07:22 |
Message-ID: | 471E385A.3030202@hagander.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Rainer Bauer wrote:
> After increasing the session heap size in the registry from 512KB to 1024KB
> the no. of connections was roughly doubled. So this might be a solution for
> people running out of Desktop heap.
>
> Alter the value of the following key
> <HKLM\System\CurrentControlSet\Control\Session Manager\SubSystems\Windows>
>
> The numeric values following "SharedSection=" control the heap management:
> On WinXP these are the default values: "SharedSection=1024,3072,512"
> Altering this to "SharedSection=1024,3072,1024" will increase the heap for all
> non-interactive window stations to 1024KB.
This part should go in the FAQ, I think. It's valid for 8.2 as well,
from what I can tell, and it's valid for 8.3 both before and after the
patch I just applied.
Dave, you're listed as maintainer :-P
//Magnus
From | Date | Subject | |
---|---|---|---|
Next Message | Wojtek Mach | 2007-10-23 18:27:37 | Postgres+Apache+PHP (again, but in different setup) |
Previous Message | Martin Marques | 2007-10-23 17:56:02 | Re: Bitmap Heap scan 8.1/8.2 |
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2007-10-23 18:10:31 | Re: rolcanlogin vs. the flat password file |
Previous Message | Magnus Hagander | 2007-10-23 17:58:43 | Re: Feature Freeze date for 8.4 |