Skip to main content
← Back to list
01Issue
FeatureOpenSwamp CLI
AssigneesNone

Relationships

#1640 Docs: document auto-raise of open-file limit in swamp serve reference

Opened by stack72 · 8/13/2026

PR #2137 added automatic raising of the open-file soft limit at serve startup via libc setrlimit. The swamp-serve reference docs should describe this behavior:

  • serve auto-raises the soft limit to 8192 when the hard limit allows it
  • logs an info message when the raise succeeds
  • falls back to a warning with instructions when the hard limit is too low
  • no user action needed on stock macOS (soft=256, hard=unlimited) — serve fixes it automatically
  • users only need ulimit -Sn 8192 or LimitNOFILE=8192 when the hard limit is also restricted

This should go in the swamp-serve reference page under a "Resource Limits" or "Prerequisites" section.

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED

Open

8/13/2026, 5:13:39 PM

No activity in this phase yet.

03Sludge Pulse

Sign in to post a ripple.