Updated on 2024-05-07 GMT+08:00

ai_watchdog_parameters

Table 1 ai_watchdog_parameters parameters

Parameter

Type

Description

name

text

Parameter name. The options are as follows:

  • enable_ai_watchdog: determines whether to enable this function.
  • ai_watchdog_max_consuming_time_ms: specifies the maximum duration.
  • ai_watchdog_used_memory_kb: specifies the memory used by this function.
  • ai_watchdog_detection_times: specifies the number of detection times.
  • enable_self_healing: determines whether self-healing can be performed after a problem is detected.
  • oom_detected_times: specifies the number of detected OOMs.
  • hang_detected_times: specifies the number of detected hang times.
  • enable_oom_detection: determines whether the OOM detection function is automatically enabled.
  • in_wait_time: determines whether the system is waiting.
  • other_used_memory_has_risk: determines whether other memory usage is risky.
  • shared_used_mem_has_risk: determines whether risks exist when the shared memory context is used.
  • dynamic_used_shrctx_has_risk: determines whether the dynamic memory usage is risky.

value

text

Parameter value.