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
This change makes rlimits less abount linux and solaris, but expands the
explanation a bit to all systems that supports POSIX rlimits, but with
linux and solaris as examples.
Signed-off-by: Daniel Dao <dqminh89@gmail.com>
Copy file name to clipboardExpand all lines: config.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -157,9 +157,9 @@ For POSIX platforms the `mounts` structure has the following fields:
157
157
***`args`** (array of strings, REQUIRED) with similar semantics to [IEEE Std 1003.1-2008 `execvp`'s *argv*][ieee-1003.1-2008-xsh-exec].
158
158
This specification extends the IEEE standard in that at least one entry is REQUIRED, and that entry is used with the same semantics as `execvp`'s *file*.
159
159
160
-
### <aname="configLinuxAndSolarisProcess" />Linux and Solaris Process
160
+
### <aname="configPOSIXProcess" />POSIX process
161
161
162
-
For POSIX-based systems (Linux and Solaris), the `process` object supports the following process-specific properties:
162
+
For systems that support POSIX rlimits (for example Linux and Solaris), the `process` object supports the following process-specific properties:
163
163
164
164
***`rlimits`** (array of objects, OPTIONAL) allows setting resource limits for the process.
0 commit comments