mirror of https://github.com/lukechilds/node.git
Browse Source
We were transporting the heap statistics as uint32 values to JS land but those wrap around for values > 4 GB. Use 64 bits floats instead, those should last us a while. Fixes: https://github.com/nodejs/node/issues/10185 PR-URL: https://github.com/nodejs/node/pull/10186 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>v6.x
Ben Noordhuis
8 years ago
committed by
Myles Borins
4 changed files with 18 additions and 18 deletions
Loading…
Reference in new issue