Appendix 7.A Limits and Defaults

The values a Peios service manager uses. A manager MAY use different ones; where a value is configurable, it MUST be discoverable to an administrator through the same surface that sets it.

7.A.1 The socket #

BoundValueConfigurableDefined in
Socket path/run/services/peinit/jobs.sockNo§7.3
Socket descriptor, defaultConnect for Authenticated Users (S-1-5-11); full control for SYSTEM and AdministratorsYes§7.3
Concurrent connections64Yes§7.3
Message size65536 bytesYes§7.3
Idle timeout30 secondsYes§7.3
Listen backlog32No§7.3
Live jobs per submitter64; SYSTEM exemptYes§7.3

7.A.2 Attachments #

BoundValueDefined in
Tokens per message1§7.4
Descriptors per message64, including an output sink§7.4
First injected descriptor3§7.9

7.A.3 The definition #

FieldDefaultDefined in
stop_timeout10 seconds§7.6
readiness_timeout30 seconds§7.6
timeout0, no limit§7.6
working_directory/§7.6

7.A.4 Records #

BoundValueDefined in
Terminal record retention60 seconds§7.7

The retention value is the control channel's operation retention (§4.A), for the same reason: a client polling once a second must never find the outcome gone.

7.A.5 Composing with the control channel #

A job's status_text and progress come from datagrams on the notification channel, whose bound is §4.A's 65536 bytes; the job view is not bounded by the jobs channel's message size on the way out, so a status a job can send is always one the manager can return.

The message-size bound applies to a submit and therefore to the sum of its definition: a program with a very large environment or arguments list is bounded here before it is bounded by execve.

Edit this page