comparison Sphinx/source/faq/scalability.rst @ 189:da12a1d08eb6

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 31 Jan 2019 19:26:16 +0100
parents 60c91045bf2a
children 5444374c4202
comparison
equal deleted inserted replaced
188:60c91045bf2a 189:da12a1d08eb6
47 * Obviously, the PostgreSQL database should be stored on a high-speed 47 * Obviously, the PostgreSQL database should be stored on a high-speed
48 drive (SSD). This is less important for the storage area. 48 drive (SSD). This is less important for the storage area.
49 49
50 * The :ref:`Orthanc configuration file <configuration>` should have 50 * The :ref:`Orthanc configuration file <configuration>` should have
51 the following values for performance-related options (but make sure 51 the following values for performance-related options (but make sure
52 to understand their implication): 52 to understand their implications):
53 53
54 * ``StorageCompression = false`` 54 * ``StorageCompression = false``
55 * ``LimitFindResults = 100`` 55 * ``LimitFindResults = 100``
56 * ``LimitFindInstances = 100`` 56 * ``LimitFindInstances = 100``
57 * ``KeepAlive = true`` 57 * ``KeepAlive = true``