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
<td>The number of web instances the deployment will scale to</td>
6456
6459
</tr>
6457
6460
<tr>
6461
+
<td><strong>options.memory_in_mb</strong></td>
6462
+
<td><em>integer</em></td>
6463
+
<td>The amount of memory in megabytes to allocate per web process instance. If <code class="prettyprint">null</code>, the amount allocated will be taken from the previous web process.</td>
6464
+
</tr>
6465
+
<tr>
6466
+
<td><strong>options.disk_in_mb</strong></td>
6467
+
<td><em>integer</em></td>
6468
+
<td>The amount of disk in megabytes to allocate per web process instance. If <code class="prettyprint">null</code>, the amount allocated will be taken from the previous web process.</td>
<td>Log rate limit in bytes per second to allocate per web process instance. If <code class="prettyprint">null</code>, the amount allocated will be taken from the previous web process.</td>
6474
+
</tr>
6475
+
<tr>
6458
6476
<td><strong>options.canary.steps</strong></td>
6459
6477
<td><em>array of <a href="#canary-steps-object">canary step objects</a></em></td>
6460
6478
<td>Canary steps to use for the deployment. Only available for deployments with strategy ‘canary’. (experimental)</td>
@@ -6566,6 +6584,9 @@ <h3 id="create-a-deployment">Create a deployment</h3>
<td>The current web process’s instance count</td>
6689
6710
</tr>
6690
6711
<tr>
6712
+
<td><strong>options.memory_in_mb</strong></td>
6713
+
<td><em>integer</em></td>
6714
+
<td>The amount of memory in megabytes to allocate per web process instance. If <code class="prettyprint">null</code>, the amount allocated will be taken from the previous web process.</td>
6715
+
<td><code class="prettyprint">null</code></td>
6716
+
</tr>
6717
+
<tr>
6718
+
<td><strong>options.disk_in_mb</strong></td>
6719
+
<td><em>integer</em></td>
6720
+
<td>The amount of disk in megabytes to allocate per web process instance. If <code class="prettyprint">null</code>, the amount allocated will be taken from the previous web process.</td>
<td>Log rate limit in bytes per second to allocate per web process instance. If <code class="prettyprint">null</code>, the amount allocated will be taken from the previous web process.</td>
6727
+
<td><code class="prettyprint">null</code></td>
6728
+
</tr>
6729
+
<tr>
6691
6730
<td><strong>options.canary.steps</strong></td>
6692
6731
<td><em>array of <a href="#canary-steps-object">canary step objects</a></em></td>
6693
6732
<td>An array of canary steps to use for the deployment</td>
@@ -6756,6 +6795,9 @@ <h3 id="get-a-deployment">Get a deployment</h3>
0 commit comments