Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.sunny-dev.info/llms.txt

Use this file to discover all available pages before exploring further.

Memory Allocation

ParameterRecommendedDescription
Memory1 GBDedicated RAM for the caching layer.
Eviction Policyallkeys-lruHow the cache handles memory pressure.

Configuration

revolte.yaml
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

Next Steps