Skip to content

Commit 31550dc

Browse files
committed
Bump v3 API docs version release-candidate
1 parent 0d6aaa4 commit 31550dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

version/release-candidate/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11073,6 +11073,7 @@ <h3 id="the-manifest-schema">The manifest schema</h3>
1107311073
<span class="na">memory</span><span class="pi">:</span> <span class="s">500M</span>
1107411074
<span class="na">log-rate-limit-per-second</span><span class="pi">:</span> <span class="s">1KB</span>
1107511075
<span class="na">timeout</span><span class="pi">:</span> <span class="m">10</span>
11076+
<span class="na">user</span><span class="pi">:</span> <span class="s">vcap</span>
1107611077
<span class="pi">-</span> <span class="na">type</span><span class="pi">:</span> <span class="s">worker</span>
1107711078
<span class="na">command</span><span class="pi">:</span> <span class="s">start-worker.sh</span>
1107811079
<span class="na">disk_quota</span><span class="pi">:</span> <span class="s">1G</span>
@@ -11243,6 +11244,11 @@ <h4 id="process-level-configuration"><a name="space-manifest-process-level-confi
1124311244
<td>The command used to start the process; this overrides start commands from <a href="#procfiles">Procfiles</a> and buildpacks</td>
1124411245
</tr>
1124511246
<tr>
11247+
<td><strong>user</strong></td>
11248+
<td><em>string</em></td>
11249+
<td>The user under which the process runs</td>
11250+
</tr>
11251+
<tr>
1124611252
<td><strong>disk_quota</strong></td>
1124711253
<td><em>string</em></td>
1124811254
<td>The disk limit for all instances of the web process; <br>this attribute requires a unit of measurement: <code class="prettyprint">B</code>, <code class="prettyprint">K</code>, <code class="prettyprint">KB</code>, <code class="prettyprint">M</code>, <code class="prettyprint">MB</code>, <code class="prettyprint">G</code>, <code class="prettyprint">GB</code>, <code class="prettyprint">T</code>, or <code class="prettyprint">TB</code> in upper case or lower case</td>

0 commit comments

Comments
 (0)