Skip to content

Instantly share code, notes, and snippets.

View joe223's full-sized avatar
🎯
Really busy right now

Zachari joe223

🎯
Really busy right now
  • The Moon
  • Earth
  • 23:57 (UTC -12:00)
View GitHub Profile
@joe223
joe223 / node-command-line-options.txt
Created November 16, 2017 05:15 — forked from listochkin/node-command-line-options.txt
Node V8 GC-related options
--log_gc (Log heap samples on garbage collection for the hp2ps tool.)
type: bool default: false
--expose_gc (expose gc extension)
type: bool default: false
--max_new_space_size (max size of the new generation (in kBytes))
type: int default: 0
--max_old_space_size (max size of the old generation (in Mbytes))
type: int default: 0
--max_executable_size (max size of executable memory (in Mbytes))
type: int default: 0
@joe223
joe223 / hello
Created October 19, 2017 15:42
test
world