Skip to content

Commit d9a4f2e

Browse files
authored
Merge pull request #49767 from dlepow/fix
Batch: start task size
2 parents 9e31395 + ec42c47 commit d9a4f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/batch/batch-api-basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: multiple
1313
ms.topic: get-started-article
1414
ms.tgt_pltfrm: na
1515
ms.workload: big-compute
16-
ms.date: 04/06/2018
16+
ms.date: 08/22/2018
1717
ms.author: danlep
1818
ms.custom: H1Hack27Feb2017
1919

@@ -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 must be less than or equal to 32768 characters, including resource files and environment variables. To ensure that your start task meets this requirement, 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)