Ticket #1927: patch
File patch, 761 bytes (added by decibel (Jim Nasby), 19 years ago) |
---|
-
Portfile
old new 134 134 to your ${prefix}/etc/rc.conf" 135 135 ui_msg "\nTo tweak your DBMS, consider increasing kern.sysv.shmmax\ 136 136 by adding an increased kern.sysv.shmmax .. to /etc/sysctl.conf" 137 ui_msg "\nIt is recommended that you increase the amount of shared memory\ 138 available to PostgreSQL by adding the following lines to\ 139 /etc/sysctl.conf:\n\ 140 kern.sysv.shmmax=167772160\n\ 141 kern.sysv.shmmin=1\n\ 142 kern.sysv.shmmni=64\n\ 143 kern.sysv.shmseg=16\n\ 144 kern.sysv.shmall=65536\n\ 145 \nA reboot will be required for these settings to take effect." 137 146 } 138 147 } 139 148