On Tue, 26 Apr 2011, Sven Marth wrote: Hi Sven,
you should increase the kernels maximum size of shared memory segment. To do this. edit your /etc/sysctl.conf. For example: kernel.shmmax = 134217728 (sets the value to 128 MB). You can also find a explanation in http://www.postgresql.org/docs/8.4/interactive/kernel-resources.html
I use 1 GB (it corresponeds to /proc/sys/kernel/shmmax on Linux) which is the same value which uses Pascal.
cat /proc/sys/kernel/shmmax 1342177280
I tried to set more, without success. Thanks, Milos -- [email protected] https://inverse.ca/sogo/lists
