# HG changeset patch # User Sebastien Jodogne # Date 1786522060 -7200 # Node ID b808c2f5bb0de811ee9c7d973d0cc8b5d0dce882 # Parent 93188f55b5a34dbfaf5ab82ff6064e439c05c53e 1.12.11+ is now known as 1.13.0 diff -r 93188f55b5a3 -r b808c2f5bb0d OrthancServer/Resources/AdvancedConfiguration.json --- a/OrthancServer/Resources/AdvancedConfiguration.json Wed Aug 12 10:06:48 2026 +0200 +++ b/OrthancServer/Resources/AdvancedConfiguration.json Wed Aug 12 10:07:40 2026 +0200 @@ -346,7 +346,7 @@ // Number of threads that are used to parse DICOM files (when you need // to access the value of DICOM tags that are not store in DB). - // (new in Orthanc 1.12.11+) + // (new in Orthanc 1.13.0) // You should monitor the "orthanc_dicom_parser_available_threads" // metrics to determine the optimal value for your setup and usage. "DicomParserThreads" : 2, @@ -354,7 +354,7 @@ // Amount of RAM (in MB) that are allocated to the DICOM parser threads. // Note that this limit can be overpassed when a single file // exceeds this size. - // (new in Orthanc 1.12.11+). + // (new in Orthanc 1.13.0). // You should monitor the "orthanc_dicom_parser_memory_usage_mb" and // "orthanc_dicom_parser_memory_max_usage_mb" metrics to determine the // optimal value for your setup and usage. @@ -363,11 +363,11 @@ // Maximum size of the DICOM parser cache in MB. This cache // is stored in RAM and contains a parsed version of recently read // DIOCM files. A value of "0" indicates the cache - // is disabled. (new in Orthanc 1.12.11+) + // is disabled. (new in Orthanc 1.13.0) "DicomParserCacheSize" : 128, // Number of threads that are used to parse transcode DICOM files. - // (new in Orthanc 1.12.11+) + // (new in Orthanc 1.13.0) // You should monitor the "orthanc_transcoder_available_threads" // metrics to determine the optimal value for your setup and usage. "TranscoderThreads" : 4, @@ -375,7 +375,7 @@ // Amount of RAM (in MB) that are allocated to the transcoder threads. // Note that this limit can be overpassed when a single file // exceeds this size. - // (new in Orthanc 1.12.11+). + // (new in Orthanc 1.13.0). // You should monitor the "orthanc_transcoder_memory_usage_mb" and // "orthanc_transcoder_memory_max_usage_mb" metrics to determine the // optimal value for your setup and usage. @@ -384,7 +384,7 @@ // Maximum size of the transcoder cache in MB. This cache // is stored in RAM and contains transcoded versions of recently read // DIOCM files. A value of "0" indicates the cache - // is disabled. (new in Orthanc 1.12.11+) + // is disabled. (new in Orthanc 1.13.0) "TranscoderCacheSize" : 128, // Total number of threads that are used to provide DICOM files sequentially diff -r 93188f55b5a3 -r b808c2f5bb0d OrthancServer/Resources/Configuration.json --- a/OrthancServer/Resources/Configuration.json Wed Aug 12 10:06:48 2026 +0200 +++ b/OrthancServer/Resources/Configuration.json Wed Aug 12 10:07:40 2026 +0200 @@ -55,14 +55,14 @@ // Amount of RAM (in MB) that are allocated to the storage loader threads. // Note that this limit can be overpassed when a single file // exceeds this size. - // (new in Orthanc 1.12.11+). + // (new in Orthanc 1.13.0). // You should monitor the "orthanc_storage_memory_usage_mb" and // "orthanc_storage_memory_max_usage_mb" metrics to determine the // optimal value for your setup. "StorageMemoryCapacity" : 512, // Number of threads that are used to read files from the storage. - // (new in Orthanc 1.12.11+) + // (new in Orthanc 1.13.0) // A value > 4 is meaningful only if the storage is a distributed // network storage (e.g., object storage plugin). In this case, // you can typically increase it to 20 and you should then monitor