Skip to content

Instantly share code, notes, and snippets.

@agreatfool
Last active January 19, 2018 07:08
Show Gist options
  • Save agreatfool/c7ad7c782c6a293b15f54e12c8793970 to your computer and use it in GitHub Desktop.
Save agreatfool/c7ad7c782c6a293b15f54e12c8793970 to your computer and use it in GitHub Desktop.
// $ node -v
// v8.4.0
// node --max-old-space-size=8192
"use strict";
var v8 = require("v8");
console.log(v8.getHeapStatistics());
// { total_heap_size: 9437184,
// total_heap_size_executable: 3145728,
// total_physical_size: 6571632,
// total_available_size: 8612939144,
// used_heap_size: 5360816,
// heap_size_limit: 8623489024,
// malloced_memory: 8192,
// peak_malloced_memory: 5079792,
// does_zap_garbage: 0 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment