diff 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
line wrap: on
line diff
--- a/NEWS	Thu Feb 02 10:33:15 2023 +0100
+++ b/NEWS	Thu Feb 02 11:28:35 2023 +0100
@@ -12,11 +12,10 @@
 * 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
+* For systems using glibc > 2.8 (most of Linux systems except LSB binaries):
+  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.
+  consumption.  More information in  OrthancServer/Resources/ImplementationNotes/memory_consumption.txt.
 
 REST API
 --------