| Error | Cause | Solution | |-------|-------|----------| | `429 Rate Limited` | Exceeding rate limits | Implement adaptive sampling | | `Quota exhausted mid-month` | Uncontrolled volume | Set project rate limits and budget alerts | | `High memory usage` | Large event buffer | Reduce `maxBreadcrumbs` and event size | | `Events dropped silently` | Buffer overflow | Implement offline queue with persistence |
Scanned 5/31/2026
Install via CLI
openskills install tools-only/X-Skills# Error Handling Reference
| Error | Cause | Solution |
|-------|-------|----------|
| `429 Rate Limited` | Exceeding rate limits | Implement adaptive sampling |
| `Quota exhausted mid-month` | Uncontrolled volume | Set project rate limits and budget alerts |
| `High memory usage` | Large event buffer | Reduce `maxBreadcrumbs` and event size |
| `Events dropped silently` | Buffer overflow | Implement offline queue with persistence |No comments yet. Be the first to comment!
Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".