Ticket #1927: patch

File patch, 761 bytes (added by decibel (Jim Nasby), 18 years ago)

Documentation patch

  • Portfile

    old new  
    134134                        to your ${prefix}/etc/rc.conf"
    135135                ui_msg "\nTo tweak your DBMS, consider increasing kern.sysv.shmmax\
    136136                        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."
    137146        }
    138147}
    139148