We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6afd28c commita1d28beCopy full SHA for a1d28be
doc/src/sgml/runtime.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.48 2001/01/24 23:15:19 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.49 2001/02/09 20:38:15 petere Exp $
3
-->
4
5
<Chapter Id="runtime">
@@ -1807,8 +1807,9 @@ default:\
1807
<para>
1808
Kernels generally also have an implementation-dependent
1809
system-wide limit on some resources.
1810
- <simplelist>
1811
- <member>
+ <itemizedlist>
+ <listitem>
1812
+ <para>
1813
On <productname>Linux</productname>
1814
<filename>/proc/sys/fs/file-max</filename> determines the
1815
maximum number of files that the kernel will allocate. It can
@@ -1818,8 +1819,9 @@ default:\
1818
1819
kernel is compiled; see
1820
<filename>/usr/src/linux/Documentation/proc.txt</filename> for
1821
more information.
- </member>
1822
- </simplelist>
+ </para>
1823
+ </listitem>
1824
+ </itemizedlist>
1825
</para>
1826
1827