This commit is contained in:
H-Shay 2021-12-01 03:05:49 +00:00
parent 7b4c532ab7
commit f863a7bbd8
4 changed files with 8 additions and 2 deletions

View File

@ -283,6 +283,9 @@ performance:</p>
</ul> </ul>
<p>Note that the appropriate values for those fields depend on the amount <p>Note that the appropriate values for those fields depend on the amount
of free memory the database host has available.</p> of free memory the database host has available.</p>
<p>Additionally, admins of large deployments might want to consider using huge pages
to help manage memory, especially when using large values of <code>shared_buffers</code>. You
can read more about that <a href="https://www.postgresql.org/docs/10/kernel-resources.html#LINUX-HUGE-PAGES">here</a>.</p>
<h2 id="porting-from-sqlite"><a class="header" href="#porting-from-sqlite">Porting from SQLite</a></h2> <h2 id="porting-from-sqlite"><a class="header" href="#porting-from-sqlite">Porting from SQLite</a></h2>
<h3 id="overview"><a class="header" href="#overview">Overview</a></h3> <h3 id="overview"><a class="header" href="#overview">Overview</a></h3>
<p>The script <code>synapse_port_db</code> allows porting an existing synapse server <p>The script <code>synapse_port_db</code> allows porting an existing synapse server

View File

@ -769,6 +769,9 @@ performance:</p>
</ul> </ul>
<p>Note that the appropriate values for those fields depend on the amount <p>Note that the appropriate values for those fields depend on the amount
of free memory the database host has available.</p> of free memory the database host has available.</p>
<p>Additionally, admins of large deployments might want to consider using huge pages
to help manage memory, especially when using large values of <code>shared_buffers</code>. You
can read more about that <a href="https://www.postgresql.org/docs/10/kernel-resources.html#LINUX-HUGE-PAGES">here</a>.</p>
<h2 id="porting-from-sqlite"><a class="header" href="#porting-from-sqlite">Porting from SQLite</a></h2> <h2 id="porting-from-sqlite"><a class="header" href="#porting-from-sqlite">Porting from SQLite</a></h2>
<h3 id="overview"><a class="header" href="#overview">Overview</a></h3> <h3 id="overview"><a class="header" href="#overview">Overview</a></h3>
<p>The script <code>synapse_port_db</code> allows porting an existing synapse server <p>The script <code>synapse_port_db</code> allows porting an existing synapse server

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long