# hd

Enables heap dump capture during the yc-360 script's execution. This operation is memory-intensive and is typically used when investigating memory leaks or high memory usage scenarios.

Type: boolean

Default: false

Example (YAML):

options:
  hd: true
1
2

Example (CLI):

/yc -hd
1