pve-manager/PVE/Status
Thomas Lamprecht db2ce4886c status/graphite: fix memory leak, avoid cyclic closure reference
The data passed to this closure was never free'd, depending on the
count of VM/CTs one could get >1 MB of RSS (!) memory leaked per
statd status cycle update run...

We could also use Scalar::Util's weaken, to weak a copy of this
variable, but as a simple undef works lets do that with a comment..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-19 09:11:47 +01:00
..
Graphite.pm status/graphite: fix memory leak, avoid cyclic closure reference 2019-11-19 09:11:47 +01:00
InfluxDB.pm ext. metric: move to a transaction model 2019-11-18 19:04:29 +01:00
Makefile Makefile: fix distclean target 2016-09-28 08:21:48 +02:00
Plugin.pm ext. metric: move to a transaction model 2019-11-18 19:04:29 +01:00