| From: | Jeff Trout <jeff(at)jefftrout(dot)com> |
|---|---|
| To: | "Greg Sabino Mullane" <greg(at)turnstep(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Solaris initdb fails: shmmax tweak alternative? |
| Date: | 2004-04-05 00:40:25 |
| Message-ID: | D465EEA8-8699-11D8-A348-000D9366F0C4@jefftrout.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Apr 4, 2004, at 3:41 PM, Greg Sabino Mullane wrote:
> I am trying to get version 7.4.2 installed on a Solaris box, but
> initdb fails because of shmmax being set too low. It does this
> even though initdb drops shared buffers as low as it can go (50).
> Is there any other way of getting around this limitation? I know
You can also check out max_connections. Each one of those gobbles up
shared memory.
Unfortunately, there isn't anything else you can really do beyond
taking down shared_buffers and max_connections. Its annoying, but if
it makes you feel better, Informix or Oracle would have the same
problem.
--
Jeff Trout <jeff(at)jefftrout(dot)com>
http://www.jefftrout.com/
http://www.stuarthamm.net/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2004-04-05 01:28:05 | Re: thread_test.c problems |
| Previous Message | wespvp | 2004-04-04 20:20:30 | Re: thread_test.c problems |