mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Add sdk.development.worker.wait_for_first_iteration_to_start_sec and sdk.development.worker.max_wait_for_first_iteration_to_start_sec configuration options
This commit is contained in:
@@ -228,6 +228,17 @@ sdk {
|
||||
# compatibility feature, report memory usage for the entire machine
|
||||
# default (false), report only on the running process and its sub-processes
|
||||
report_global_mem_used: false
|
||||
|
||||
# if provided, start resource reporting after this amount of seconds
|
||||
# report_start_sec: 30
|
||||
|
||||
# set the initial time (seconds) to wait for iteration reporting to be used as x-axis for the
|
||||
# resource monitoring, if timeout exceeds then reverts to "seconds from start"
|
||||
# wait_for_first_iteration_to_start_sec: 30
|
||||
|
||||
# set the maximum time (seconds) to allow the resource monitoring to revert back to
|
||||
# iteration reporting x-axis after starting to report "seconds from start"
|
||||
# max_wait_for_first_iteration_to_start_sec: 1800
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user