#1033 db3 sysctl
Closed: Fixed None Opened 15 years ago by ricky.

/etc/sysctl.conf on db3 has
{{{
kernel.shmmax = 6683123712
}}}
but it did not get set on startup. This caused postgres to fail to start until a manual
{{{
sysctl -w kernel.shmmax=6683123712
}}}


{{{
sysctl -e -p /etc/sysctl.conf >/dev/null 2>&1
}}}

is in /etc/rc.d/rc.sysinit, and the command executes without errors. Strange.

Login to comment on this ticket.

Metadata