We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8544d commit 7e8331dCopy full SHA for 7e8331d
CLAUDE.md
@@ -56,6 +56,12 @@ mise run postgres:up --extra-args "--detach --wait"
56
mise run postgres:setup # Install EQL and schema
57
```
58
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
+
65
### Core Development Workflow
66
```bash
67
# Build and run Proxy as a process (development)
0 commit comments