diff 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
line wrap: on
line diff
--- a/NEWS	Wed Feb 01 18:38:39 2023 +0100
+++ b/NEWS	Wed Feb 01 19:23:58 2023 +0100
@@ -14,8 +14,9 @@
   - 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.
+  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
 --------