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
Copy file name to clipboardExpand all lines: docs/v3/source/includes/resources/processes/_object.md.erb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Name | Type | Description
15
15
**version** | _uuid_ | Random identifier that changes every time the process will be recreated in the runtime.
16
16
**type** | _string_ | Process type; a unique identifier for processes belonging to an app
17
17
**command** | _string_ or _null_ | The command used to start the process; use _null_ to revert to the buildpack-detected or procfile-provided start command
18
+
**user** | _string_ or _null_ | The user used to run the process; use _null_ to revert to the docker-detected or default 'vcap' user
18
19
**instances** | _integer_ | The number of instances to run
19
20
**memory_in_mb** | _integer_ | The memory in MB allocated per instance
20
21
**log_rate_limit_in_bytes_per_second** | _integer_ | The log rate in bytes per second allocated per instance
0 commit comments