| From: | Andreas Zeugswetter <andreas(dot)zeugswetter(at)telecom(dot)at> |
|---|---|
| To: | "'hackers(at)postgresql(dot)org'" <hackers(at)postgresql(dot)org> |
| Subject: | Re: [HACKERS] mmap and MAP_ANON |
| Date: | 1998-05-14 09:46:46 |
| Message-ID: | 01BD7F2E.0462AA00@zeugswettera.user.lan.at |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> The problem with using a real file is that the filesystem is going to be
> flushing those dirty pages to disk, and that could really hurt
> performance.
definitely
> Actually, when I install Informix, I always have to modify the kernel to
> allow a larger amount of SYSV shared memory. Maybe we just need to give
> people per-OS instructions on how to do that. Under BSD/OS, I now have
> 32MB of shared memory, or 3900 8k shared buffers.
This I think would be the best solution. There are actually not that many systems
with too low limits.
AIX: per segment 256Mb max 10 segments per process (AIX 4.3 any number of segments)
Andreas
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michal Mosiewicz | 1998-05-14 14:05:00 | Re: [HACKERS] Sequential scan speed, mmap, disk i/o |
| Previous Message | Andreas Zeugswetter | 1998-05-14 09:27:51 | AW: [HACKERS] mmap and MAP_ANON |