comparison NEWS @ 5159:f5907aecbaed

conditional usage of malloc_trim
author Alain Mazy <am@osimis.io>
date Thu, 02 Feb 2023 11:28:35 +0100
parents 217863b09457
children b6dc4606ab04
comparison
equal deleted inserted replaced
5158:02cfd23a556a 5159:f5907aecbaed
10 * Made the HTTP Client errors more verbose by including the url in the logs. 10 * Made the HTTP Client errors more verbose by including the url in the logs.
11 * Optimization: now using multiple threads to transcode files for asynchronous download of studies archive. 11 * Optimization: now using multiple threads to transcode files for asynchronous download of studies archive.
12 * New configuration "KeepAliveTimeout" with a default value of 1 second. 12 * New configuration "KeepAliveTimeout" with a default value of 1 second.
13 * ResourceModification jobs (/modify + /anonymize) can now use multiple threads to speed up processing 13 * ResourceModification jobs (/modify + /anonymize) can now use multiple threads to speed up processing
14 - New configuration "JobsEngineThreadsCount.ResourceModification" to configure the number of threads. 14 - New configuration "JobsEngineThreadsCount.ResourceModification" to configure the number of threads.
15 * Introduced a new Housekeeper thread in Orthanc (different from the Housekeeper sample plugin). This thread 15 * For systems using glibc > 2.8 (most of Linux systems except LSB binaries):
16 Introduced a new Housekeeper thread in Orthanc (different from the Housekeeper sample plugin). This thread
16 regularly try to give back memory that Orthanc no longer uses to the system. This reduces the overall memory 17 regularly try to give back memory that Orthanc no longer uses to the system. This reduces the overall memory
17 consumption. However, only the memory at the end of a memory arena is given back to the system. Fragmented memory 18 consumption. More information in OrthancServer/Resources/ImplementationNotes/memory_consumption.txt.
18 is not given back and therefore, the memory consumption may still stay high. More information in
19 OrthancServer/Resources/ImplementationNotes/memory_consumption.txt.
20 19
21 REST API 20 REST API
22 -------- 21 --------
23 22
24 * Loosen the sanity checks for DICOM modifications, if "Force" option is given: 23 * Loosen the sanity checks for DICOM modifications, if "Force" option is given: