{
  "id": "profiles/low-memory",
  "name": "low-memory",
  "description": "Low memory configuration for constrained environments",
  "intent": "investigate",
  "compatibleIntents": ["investigate"],
  "stability": "canonical",
  "owner": "doppler-core",
  "createdAtUtc": "2026-02-25T00:00:00Z",
  "extends": "profiles/default",
  "runtime": {
    "shared": {
      "debug": {
        "logHistory": {
          "maxLogHistoryEntries": 100
        }
      }
    },
    "inference": {
      "kvcache": {
        "maxSeqLen": 2048,
        "kvDtype": "f16",
        "pageSize": 128
      },
      "moe": {
        "cache": {
          "dequantCacheMaxEntries": 2
        }
      },
      "batching": {
        "maxTokens": 512
      },
      "session": {
        "kvcache": {
          "maxSeqLen": 2048,
          "kvDtype": "f16",
          "pageSize": 128
        }
      }
    }
  }
}
