| From: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | "Sergey E(dot) Koposov" <math(at)sai(dot)msu(dot)ru>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: 8.1beta, SunOS and shmget |
| Date: | 2005-08-29 17:32:22 |
| Message-ID: | Pine.OSF.4.61.0508292019570.80226@kosh.hut.fi |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, 29 Aug 2005, Tom Lane wrote:
> "Sergey E. Koposov" <math(at)sai(dot)msu(dot)ru> writes:
>> Yes, the decreasing of max_prepared_transaction helped (after some
>> testing, I've found that the max_prepared_transactions=3
>> max_connections=10 shared_buffers=20 was well enough to fit 1mb of
>> shared memory)
>
> 20 buffers ... ugh. Obviously we are on the hairy edge of no longer
> functioning at all in 1MB shared memory. I'm not sure there is a whole
> lot we can do about this, but it's a tad irritating that clog, subtrans,
> and multixact are eating the equivalent of about 16 buffers
> (nonconfigurable) while the main buffer pool is so badly starved.
> It'd be better to reduce their allocations.
Would it be a good idea to make them share a single pool? (in 8.2, of
course).
And how about making the slru page size smaller? clog, subtrans and
multixact are quite randomly, I think.
- Heikki
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-08-29 17:41:49 | Re: 8.1beta, SunOS and shmget |
| Previous Message | Tom Lane | 2005-08-29 17:28:22 | Re: 8.1beta, SunOS and shmget |