File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -1245,6 +1245,18 @@ default:\
12451245 <sect2 id="linux-memory-overcommit">
12461246 <title>Linux Memory Overcommit</title>
12471247
1248+ <indexterm>
1249+ <primary>memory overcommit</primary>
1250+ </indexterm>
1251+
1252+ <indexterm>
1253+ <primary>OOM</primary>
1254+ </indexterm>
1255+
1256+ <indexterm>
1257+ <primary>overcommit</primary>
1258+ </indexterm>
1259+
12481260 <para>
12491261 In Linux 2.4 and later, the default virtual memory behavior is not
12501262 optimal for <productname>PostgreSQL</productname>. Because of the
@@ -1306,7 +1318,7 @@ sysctl -w vm.overcommit_memory=2
13061318 or placing an equivalent entry in <filename>/etc/sysctl.conf</>.
13071319 You might also wish to modify the related setting
13081320 <varname>vm.overcommit_ratio</>. For details see the kernel documentation
1309- file <filename> Documentation/vm/overcommit-accounting</ >.
1321+ file <ulink url="https://www.kernel.org/doc/ Documentation/vm/overcommit-accounting"></ulink >.
13101322 </para>
13111323
13121324 <para>
You can’t perform that action at this time.
0 commit comments