Skip to content

Commit ec42c47

Browse files
committed
Batch: start task size
1 parent f47f971 commit ec42c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/batch-api-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ If a start task fails on a compute node, then the state of the node is updated t
284284
If you add or update the start task for an existing pool, you must reboot its compute nodes for the start task to be applied to the nodes.
285285

286286
>[!NOTE]
287-
> The total size of a start task, including resource files and environment variables, is limited. If you need to reduce the size of a start task, you can use one of two approaches:
287+
> Batch limits the total size of a start task, which includes resource files and environment variables. If you need to reduce the size of a start task, you can use one of two approaches:
288288
>
289289
> 1. You can use application packages to distribute applications or data across each node in your Batch pool. For more information about application packages, see [Deploy applications to compute nodes with Batch application packages](batch-application-packages.md).
290290
> 2. You can manually create a zipped archive containing your applications files. Upload your zipped archive to Azure Storage as a blob. Specify the zipped archive as a resource file for your start task. Before you run the command line for your start task, unzip the archive from the command line.

0 commit comments

Comments
 (0)