Re: 8.2.3: Server crashes on Windows using Eclipse/Junit

From: "Harald Armin Massa" <haraldarminmassa(at)gmail(dot)com>
To: "Gregory Stark" <stark(at)enterprisedb(dot)com>
Cc: "Dave Page" <dpage(at)postgresql(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Date: 2007-10-23 16:13:44
Message-ID: 7be3f35d0710230913l4d66b11dg24621fb4717f5de@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Replying to myself....
> Postgres is definitely NOT started as LocalSystem account; so using a
> "logical not" on Microsofts Words that could indicate the reason why
> our service-backends consume that memory? Add to this that MS SQL runs
> as LocalSystem; and as much as I know also Oracle.

just some lines further down:

"""Every service process executed under a user account will receive a
new desktop in a noninteractive window station created by the Service
Control Manager (SCM). Thus, each service executed under a user
account will consume the number of kilobytes of desktop heap specified
in the third SharedSection value. All services executed under the
LocalSystem account with Allow Service to Interact with the Desktop
not selected share the desktop heap of the "Default" desktop in the
noninteractive service windows station (Service-0x0-3e7$)."""

it is exactly as suspected ... just starting the service allocates that heap

Harald

--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Spielberger Straße 49
70435 Stuttgart
0173/9409607
fx 01212-5-13695179
-
EuroPython 2008 will take place in Vilnius, Lithuania - Stay tuned!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dave Page 2007-10-23 16:22:11 Re: 8.2.3: Server crashes on Windows using Eclipse/Junit
Previous Message Harald Armin Massa 2007-10-23 16:11:12 Re: 8.2.3: Server crashes on Windows using Eclipse/Junit

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2007-10-23 16:14:26 Re: Latin vs non-Latin words in text search parsing
Previous Message Harald Armin Massa 2007-10-23 16:11:12 Re: 8.2.3: Server crashes on Windows using Eclipse/Junit