Re: Memory usage per session

From: AMatveev(at)bitec(dot)ru
To: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Memory usage per session
Date: 2016-07-08 13:16:23
Message-ID: 1404901122.20160708161623@bitec.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

> On 08/07/2016 14:11, AMatveev(at)bitec(dot)ru wrote:
>> Hi.
>> The test performs about 11K lines of code
>> Memory usage per session:
>> Oracle: about 5M
>> MSSqlServer: about 4M
>> postgreSql: about 160М

> Visual C???
> You will have to run PostgreSQL on a proper Unix system to test for performance.
Of cause we understand that unix is faster( damn fork :)))
Our Current problem is memory:
(160m vs 5M) * 100 sessions = 16G vs 0.5G
We just can get "out of memory".
:(((

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2016-07-08 13:26:54 Re: Memory usage per session
Previous Message Sameer Kumar 2016-07-08 12:13:01 Re: [BUGS] Where clause in pg_dump: need help