Memory allocation
| Parameter | Recommended | Description |
|---|---|---|
| Memory | 1 GB | Dedicated RAM for the caching layer. |
| Eviction Policy | allkeys-lru | How the cache handles memory pressure. |
Configuration
revolte.yaml
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cache services (like Redis) require prioritized memory to ensure low-latency data retrieval.
| Parameter | Recommended | Description |
|---|---|---|
| Memory | 1 GB | Dedicated RAM for the caching layer. |
| Eviction Policy | allkeys-lru | How the cache handles memory pressure. |
revolte:
version: "1.0"
project: Demo-Project
appName: "demo-app"
env:
production:
branch: main
services:
rid_4:
type: CACHE
name: cache
specifications:
cpu: 2
memory: 0.5