diff NEWS @ 5154:dce028ec0fe9

merge
author Alain Mazy <am@osimis.io>
date Wed, 01 Feb 2023 19:24:58 +0100
parents 217863b09457
children f5907aecbaed
line wrap: on
line diff
--- a/NEWS	Tue Jan 31 16:21:44 2023 +0100
+++ b/NEWS	Wed Feb 01 19:24:58 2023 +0100
@@ -12,6 +12,11 @@
 * New configuration "KeepAliveTimeout" with a default value of 1 second.
 * ResourceModification jobs (/modify + /anonymize) can now use multiple threads to speed up processing
   - New configuration "JobsEngineThreadsCount.ResourceModification" to configure the number of threads.
+* Introduced a new Housekeeper thread in Orthanc (different from the Housekeeper sample plugin).  This thread
+  regularly try to give back memory that Orthanc no longer uses to the system.  This reduces the overall memory
+  consumption.  However, only the memory at the end of a memory arena is given back to the system.  Fragmented memory
+  is not given back and therefore, the memory consumption may still stay high.  More information in 
+  OrthancServer/Resources/ImplementationNotes/memory_consumption.txt.
 
 REST API
 --------