You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make min_available_memory_mb configurable (microsoft#3577)
* Add min_available_memory_mb to cli and service configs to be passed to agent
* Add min_available_memory_mb to task create and template parameters
* Add logging to indicate the configured min_available_memory
* Add missing parameter
* Remove unnecessary import
* Update webhook_events.py
* test change
* original version of docs.
* Update webhook_events.py again
* Don't start memory checking task when min_available_memory_mb is zero
* cargo fmt
* Remove comments
* Add min_available_memory_mb to libfuzzer's _create_tasks()
* Add a megabyte converted value for min available memory logs
* Use float instead of int for division
---------
Co-authored-by: Noah Harper <noharper@microsoft.com>
HeartbeatQueue:await_queue.GetQueueSas("task-heartbeat",StorageType.Config,QueueSasPermissions.Add)??thrownewException("unable to get heartbeat queue sas"),
74
74
JobResultQueue:await_queue.GetQueueSas("job-result",StorageType.Config,QueueSasPermissions.Add)??thrownewException("unable to get heartbeat queue sas"),
log::info!("memory watchdog is enabled: this task will fail informatively if there are {} bytes ({:.2}MB) or fewer of usable memory left.", min_bytes, min_bytes asf64 / 1_000_000f64);
0 commit comments