comparison NEWS @ 5152:c81f363d3aa3 malloc-trim

housekeeper thread to call malloc_trim and give back memory to the system
author Alain Mazy <am@osimis.io>
date Wed, 01 Feb 2023 18:38:39 +0100
parents 2df546a76e17
children 217863b09457
comparison
equal deleted inserted replaced
5149:05112ff6ba22 5152:c81f363d3aa3
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
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
18 is not given back and therefore, the memory consumption may still stay high.
15 19
16 REST API 20 REST API
17 -------- 21 --------
18 22
19 * 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: