]> git.proxmox.com Git - pve-manager.git/commit
statd: increase RSS difference required for restart
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Nov 2019 18:07:19 +0000 (19:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 Nov 2019 18:07:24 +0000 (19:07 +0100)
commit2112d31092baaca7ceb9b1931163364d82bf8246
tree0737a19d44710a335cc41a54d7b4caf030739f7d
parentcc3d280b987ee52b1736352448bd31c782c2478e
statd: increase RSS difference required for restart

it seems that we have a reference leak or the like somewhere in the
(graphite?) status plugin, while the recent transaction based update
mechanism made it slightly better, it's still bad with a lot of VMs..

Until we can track that down, or abandon perl for good, avoid to
frequent restarts by allowing statd to grow 15 MB of memory usage
after initial calibration (it's memory usage at the 10th cycle)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Service/pvestatd.pm