首页 > 解决方案 > Limit node resources given to an Azure Batch job or task

问题描述

Is there a way to limit the amount of resources given to a task execution in Azure Batch? The pool I set up is configured with a ContainerConfiguration (python SDK) and the tasks have TaskContainerSettings set. I don't see a way to limit the resources given to the task anywhere. I'd like to limit things like CPU cores and RAM given based off the image the task is going run.

Is it something that can be set in the container_run_options?

标签: azurebatch-processingazure-batch

解决方案



推荐阅读