limbo-ai 1.24.5 → 1.24.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,6 +10,20 @@ Limbo is a second brain with a conversational interface. It stores atomic notes
|
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
|
13
|
+
## Hardware Requirements
|
|
14
|
+
|
|
15
|
+
Limbo runs as a single Docker container (~35 MB RAM at idle). The main resource cost is Docker and the host OS, not Limbo itself.
|
|
16
|
+
|
|
17
|
+
| Tier | RAM | vCPU | Disk | Notes |
|
|
18
|
+
|------|-----|------|------|-------|
|
|
19
|
+
| Minimum | 512 MB | 1 | 1 GB | Needs swap configured |
|
|
20
|
+
| Recommended | 1 GB | 1 | 5 GB | Comfortable for Limbo alone |
|
|
21
|
+
| With other services | 2 GB | 1 | 10 GB | Room for reverse proxy, monitoring, etc. |
|
|
22
|
+
|
|
23
|
+
> Limbo's container uses ~35 MB at rest and peaks around ~70 MB during cold starts. CPU usage is negligible — short bursts of 5-7% when processing messages.
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
13
27
|
## Quick Start
|
|
14
28
|
|
|
15
29
|
Requires [Docker Desktop](https://docs.docker.com/get-docker/) and Node.js 18+.
|