Re: Linux/Postgre question.

From: Hernan Gonzalez <hgonzal(at)sinectis(dot)com(dot)ar>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Linux/Postgre question.
Date: 2000-06-27 18:21:19
Message-ID: 3958F09F.C61A5F17@sinectis.com.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>In order to take advantage of some new hardware I had to use Linux over
>FreeBSD.. I use to run my backend with the options -B 4096 -o '-S 16384' but
>remember I had to modify the FreeBSD kernel to allow processes to use that
>much shared memory... How would I go about doing that in Linux? I've been
> of the Linux loop for some time (obviously) -- Thanks!

I use:

echo "100000000" > /proc/sys/kernel/shmmax

in my postgresql init script.
Check the number and the existence of shmmax file
in your system (it's there since Linux 2.2.0, I believe).

Regards

Hernan Gonzalez

Browse pgsql-general by date

  From Date Subject
Next Message Oliver Elphick 2000-06-27 18:49:22 Re: puzzled by the docs
Previous Message Bryan White 2000-06-27 18:03:00 Re: puzzled by the docs