From f25603fc58dc53abd3616d028cc2a17ff3a3162f Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Thu, 14 Jun 2018 14:30:39 +0300 Subject: incorrect memory stats on macs (wtf apple), cookie value unescape --- cmd/rr/http/workers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/rr/http') diff --git a/cmd/rr/http/workers.go b/cmd/rr/http/workers.go index 728c415e..a70762af 100644 --- a/cmd/rr/http/workers.go +++ b/cmd/rr/http/workers.go @@ -163,5 +163,5 @@ func renderMemory(pid int) string { return err.Error() } - return humanize.Bytes(i.VMS) + return humanize.Bytes(i.RSS) } -- cgit v1.2.3