Skip to content

Commit 7e8331d

Browse files
committed
docs: add macOS file descriptor limit note to prerequisites
1 parent fc8544d commit 7e8331d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CLAUDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ mise run postgres:up --extra-args "--detach --wait"
5656
mise run postgres:setup # Install EQL and schema
5757
```
5858

59+
> **macOS Note:** If you hit file descriptor limits during development (e.g. "Too many open files"), you may need to increase the limit:
60+
> ```bash
61+
> ulimit -n 10240
62+
> ```
63+
> To make this persistent, add it to your shell profile (e.g. `~/.zshrc`).
64+
5965
### Core Development Workflow
6066
```bash
6167
# Build and run Proxy as a process (development)

0 commit comments

Comments
 (0)