saveHeapDumpsToGcsPath property

String? saveHeapDumpsToGcsPath
getter/setter pair

Cloud Storage bucket (directory) to upload heap dumps to the given location.

Enabling this implies that heap dumps should be generated on OOM (dump_heap_on_oom is set to true).

Implementation

core.String? saveHeapDumpsToGcsPath;