comparison NEWS @ 5153:217863b09457 malloc-trim

malloc_trim doc
author Alain Mazy <am@osimis.io>
date Wed, 01 Feb 2023 19:23:58 +0100
parents c81f363d3aa3
children f5907aecbaed
comparison
equal deleted inserted replaced
5152:c81f363d3aa3 5153:217863b09457
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 * 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 16 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 17 consumption. However, only the memory at the end of a memory arena is given back to the system. Fragmented memory
18 is not given back and therefore, the memory consumption may still stay high. 18 is not given back and therefore, the memory consumption may still stay high. More information in
19 OrthancServer/Resources/ImplementationNotes/memory_consumption.txt.
19 20
20 REST API 21 REST API
21 -------- 22 --------
22 23
23 * Loosen the sanity checks for DICOM modifications, if "Force" option is given: 24 * Loosen the sanity checks for DICOM modifications, if "Force" option is given: