Class: Temporalio::Worker::Tuner::ResourceBasedTunerOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporalio/worker/tuner.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#target_cpu_usageFloat



78
79
80
81
82
# File 'lib/temporalio/worker/tuner.rb', line 78

ResourceBasedTunerOptions = Struct.new(
  :target_memory_usage,
  :target_cpu_usage,
  keyword_init: true
)

#target_memory_usageFloat



78
79
80
81
82
# File 'lib/temporalio/worker/tuner.rb', line 78

ResourceBasedTunerOptions = Struct.new(
  :target_memory_usage,
  :target_cpu_usage,
  keyword_init: true
)