タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

nodejsとdebugとperformanceに関するefclのブックマーク (1)

  • Command-line API | Node.js v26.4.0 Documentation

    Node.js comes with a variety of CLI options. These options expose built-in debugging, multiple ways to execute scripts, and other helpful runtime options. To view this documentation as a manual page in a terminal, run man node. Synopsis# node [options] [V8 options] [<program-entry-point> | -e "script" | -] [--] [arguments] node inspect [<program-entry-point> | -e "script" | <host>:<port>] … node -

    efcl
    efcl 2023/07/28
    `--heapsnapshot-near-heap-limit=max_count` オプションでOOMが起きる前のヒープスナップショットをとる最大数を指定できる
  • 1