ユーザ用ツール

サイト用ツール


serverapps:db:postgresql:tune

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
serverapps:db:postgresql:tune [2022/10/21 03:09] – [参考] hayashiserverapps:db:postgresql:tune [2023/07/28 11:11] (現在) hayashi
行 35: 行 35:
 kern.ipc.semmap: 30 kern.ipc.semmap: 30
 ...... ......
 +</code>
 +
 +<code>
 + To allow many simultaneous connections to your PostgreSQL server, you
 + should raise the SystemV shared memory limits in your kernel. Here are
 + example values for allowing up to 180 clients (configurations in
 + postgresql.conf also needed, of course):
 +   options         SYSVSHM
 +   options         SYSVSEM
 +   options         SYSVMSG
 +   options         SHMMAXPGS=65536
 +   options         SEMMNI=40
 +   options         SEMMNS=240
 +   options         SEMUME=40
 +   options         SEMMNU=120
 </code> </code>
  
行 101: 行 116:
 ===== 参考 ===== ===== 参考 =====
  
 +  * [[https://www.fujitsu.com/jp/products/software/resources/feature-stories/postgres/article-index/tuningrule9-introduction/|パフォーマンスチューニング9つの技]]
   * [[https://qiita.com/cuzic/items/f9b846e6171a54079d77|PostgreSQL のパフォーマンスチューニング]]   * [[https://qiita.com/cuzic/items/f9b846e6171a54079d77|PostgreSQL のパフォーマンスチューニング]]
-  * [[https://www.fujitsu.com/jp/products/software/resources/feature-stories/postgres/article-index/tuningrule9-introduction/|パフォーマンスチューニング9つの技]] 
- 
serverapps/db/postgresql/tune.1666321759.txt.gz · 最終更新: 2022/10/21 03:09 by hayashi