]> git.proxmox.com Git - ksm-control-daemon.git/commitdiff
bump version to 1.5-1 master
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 Apr 2024 15:28:21 +0000 (17:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 Apr 2024 15:33:08 +0000 (17:33 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/changelog

index 9bdda1d412237a8f623970a177082c1aa07699de..9056b94dcfc7a475315069acbb8e37abbfbd1c36 100644 (file)
@@ -1,3 +1,21 @@
+ksm-control-daemon (1.5-1) bookworm; urgency=medium
+
+  * fix formatting when summing up large numbers of memory
+
+  * use the proportional set size (PSS) instead of the virtual set size (VSZ
+    or VSS) for calculating memory usage. PSS is the sum of the physical
+    memory the process is using all alone, plus the amount of memory shared
+    with other processes divided through how many processes its shared.
+    This should be a much better classification compared to the virtual set
+    size, which can be huge even though a process doesn't use much memory at
+    all. Due to better accounting the shared memory it should be also beat the
+    otherwise good resident set size (RSZ or RSS) metric.
+
+  * add a new `KSM_PS_METRIC` variable to allow users to override the metric
+    used for calculating memory usage.
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 08 Apr 2024 17:15:21 +0200
+
 ksm-control-daemon (1.4-1) bullseye; urgency=medium
 
   * rebuild for Proxmox VE 7 / Debian Bullseye