comparison Sphinx/source/faq/scalability.rst @ 238:a363714813b2

securing orthanc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Apr 2019 11:37:14 +0200
parents 90fe64396fb5
children a64197133114
comparison
equal deleted inserted replaced
237:1a701dfdfcad 238:a363714813b2
63 mode, especially at the startup of Orthanc. The logs may contain 63 mode, especially at the startup of Orthanc. The logs may contain
64 very important information regarding performance. 64 very important information regarding performance.
65 65
66 * Make sure to read guides about the `tuning of PostgreSQL 66 * Make sure to read guides about the `tuning of PostgreSQL
67 <https://wiki.postgresql.org/wiki/Performance_Optimization>`__. 67 <https://wiki.postgresql.org/wiki/Performance_Optimization>`__.
68
69 * You might also be interested in checking the options related to
70 :ref:`security <security>`.