>From here(look familiar):
>http://wiki.postgresql.org/wiki/Performance_Optimization
>http://linuxfinances.info/info/quickstart.html
>http://www.westnet.com/~gsmith/content/postgresql/pg-5minute.htm
Thank you.
I tried
# sysctl -w kernel.shmmax=419430400
kernel.shmmax = 419430400
# sysctl -n kernel.shmmax
419430400
according to
http://www.postgresql.org/docs/current/static/kernel-resources.html
this value should be written to /etc/sysctl.conf
I opened /etc/sysctl.conf but it does not contain this value.
How to make this setting persistent ?
Andrus.