@@ -741,47 +741,6 @@ psql: could not connect to server: No such file or directory
741
741
</listitem>
742
742
</varlistentry>
743
743
744
- <varlistentry>
745
- <term><systemitem class="osname">BSD/OS</></term>
746
- <indexterm><primary>BSD/OS</><secondary>IPC configuration</></>
747
- <listitem>
748
- <formalpara>
749
- <title>Shared Memory</title>
750
- <para>
751
- By default, only 4 MB of shared memory is supported. Keep in
752
- mind that shared memory is not pageable; it is locked in RAM.
753
- To increase the amount of shared memory supported by your
754
- system, add something like the following to your kernel configuration
755
- file:
756
- <programlisting>
757
- options "SHMALL=8192"
758
- options "SHMMAX=\(SHMALL*PAGE_SIZE\)"
759
- </programlisting>
760
- <varname>SHMALL</> is measured in 4 kB pages, so a value of
761
- 1024 represents 4 MB of shared memory. Therefore the above increases
762
- the maximum shared memory area to 32 MB.
763
- For those running 4.3 or later, you will probably also need to increase
764
- <varname>KERNEL_VIRTUAL_MB</> above the default <literal>248</>.
765
- Once all changes have been made, recompile the kernel, and reboot.
766
- </para>
767
- </formalpara>
768
-
769
- <formalpara>
770
- <title>Semaphores</title>
771
- <para>
772
- You will probably want to increase the number of semaphores
773
- as well; the default system total of 60 will only allow about
774
- 50 <productname>PostgreSQL</productname> connections. Set the
775
- values you want in your kernel configuration file, e.g.:
776
- <programlisting>
777
- options "SEMMNI=40"
778
- options "SEMMNS=240"
779
- </programlisting>
780
- </para>
781
- </formalpara>
782
- </listitem>
783
- </varlistentry>
784
-
785
744
786
745
<varlistentry>
787
746
<term><systemitem class="osname">FreeBSD</></term>