File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.48 2001/01/24 23:15:19 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.49 2001/02/09 20:38:15 petere Exp $
3
3
-->
4
4
5
5
<Chapter Id="runtime">
@@ -1807,8 +1807,9 @@ default:\
1807
1807
<para>
1808
1808
Kernels generally also have an implementation-dependent
1809
1809
system-wide limit on some resources.
1810
- <simplelist>
1811
- <member>
1810
+ <itemizedlist>
1811
+ <listitem>
1812
+ <para>
1812
1813
On <productname>Linux</productname>
1813
1814
<filename>/proc/sys/fs/file-max</filename> determines the
1814
1815
maximum number of files that the kernel will allocate. It can
@@ -1818,8 +1819,9 @@ default:\
1818
1819
kernel is compiled; see
1819
1820
<filename>/usr/src/linux/Documentation/proc.txt</filename> for
1820
1821
more information.
1821
- </member>
1822
- </simplelist>
1822
+ </para>
1823
+ </listitem>
1824
+ </itemizedlist>
1823
1825
</para>
1824
1826
1825
1827
<para>
You can’t perform that action at this time.
0 commit comments