Skip to main content

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