comparison NEWS @ 5346:566e8d32bd3a

Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle CPU load
author Alain Mazy <am@osimis.io>
date Thu, 29 Jun 2023 09:43:20 +0200
parents b376abae664a
children 303e930fff0f
comparison
equal deleted inserted replaced
5342:65d55cc86a41 5346:566e8d32bd3a
3 3
4 General 4 General
5 ------- 5 -------
6 6
7 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2023b Table E.1-1 7 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2023b Table E.1-1
8 * Added metrics "orthanc_storage_read_bytes" and "orthanc_storage_written_bytes" 8 * Added metrics:
9 - "orthanc_storage_read_bytes"
10 - "orthanc_storage_written_bytes"
11 - "orthanc_memory_trimming_duration_ms"
9 12
10 REST API 13 REST API
11 -------- 14 --------
12 15
13 * API version upgraded to 21 16 * API version upgraded to 21
32 * When deleting a resource, its parents LastUpdate metadata are now updated 35 * When deleting a resource, its parents LastUpdate metadata are now updated
33 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0 36 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0
34 * Metrics can be stored either as floating-point numbers, or as integers 37 * Metrics can be stored either as floating-point numbers, or as integers
35 * Upgraded dependencies for static builds: 38 * Upgraded dependencies for static builds:
36 - boost 1.82.0 39 - boost 1.82.0
40 * Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle
41 CPU load (https://discourse.orthanc-server.org/t/onchange-callbacks-and-cpu-loads/3534).
37 42
38 43
39 Version 1.12.0 (2023-04-14) 44 Version 1.12.0 (2023-04-14)
40 =========================== 45 ===========================
41 46