Re: Two server instances on one server - Mailing list pgsql-general

From Tom Lane
Subject Re: Two server instances on one server
Date
Msg-id 4180220.1712781718@sss.pgh.pa.us
Whole thread Raw
In response to [MASSMAIL]Two server instances on one server  (Andreas Wagner <thewand@web.de>)
Responses Re: Two server instances on one server  (Andreas Wagner <thewand@web.de>)
List pgsql-general
Andreas Wagner <thewand@web.de> writes:
> I consider using two instances of the PG server on one node. The node
> has two processors and each processor has 64GB memory assigned to it.
> I'd like to
> * restrict instance one to processor 0 and its memory and
> * instance two to processor 1 and its memory
> using numactl (or similar commands regarding cpuset) and partitioning.

Seems straightforward enough to me, as long as you put the instances
onto distinct port numbers.  Are you encountering problems?

            regards, tom lane



pgsql-general by date:

Previous
From: Andreas Wagner
Date:
Subject: [MASSMAIL]Two server instances on one server
Next
From: Jan Behrens
Date:
Subject: [MASSMAIL](When) can a single SQL statement return multiple result sets?