{
  "tier": "large",
  "generatedAt": "2026-03-14T05:49:18.704Z",
  "projectStats": {
    "files": 2180,
    "linesOfCode": 19680,
    "size": 2232370039,
    "complexity": 65
  },
  "systemStats": {
    "totalRAM": 31.34,
    "freeRAM": 27.73,
    "cpus": 8
  },
  "embedding": {
    "batchSize": 16,
    "maxConcurrent": 3,
    "timeout": 60000
  },
  "watcher": {
    "debounceMs": 1000,
    "maxFileSizeBytes": 524288,
    "queueBatchSize": 5
  },
  "cache": {
    "embeddingCacheSize": 3675,
    "memoryCacheSize": 1470,
    "codeCacheSize": 1050
  },
  "processing": {
    "chunkSize": 2048,
    "overlapSize": 256,
    "maxChunks": 50
  },
  "resources": {
    "cpuMin": 10,
    "cpuMax": 85,
    "cpuCoreMin": 2,
    "cpuCoreMax": 7,
    "ramMinMb": 2000,
    "ramMaxMb": 26500,
    "updatedAt": "2026-03-14T05:49:18.704Z"
  },
  "resourcePool": {
    "embedding": {
      "priority": "critical",
      "cpuWeight": 0.6,
      "ramWeight": 0.6,
      "threads": 2
    },
    "miniCOT": {
      "priority": "medium",
      "cpuWeight": 0.25,
      "ramWeight": 0.25,
      "threads": 1
    },
    "translate": {
      "priority": "low",
      "cpuWeight": 0.15,
      "ramWeight": 0.15,
      "threads": 1
    }
  },
  "optimizations": {
    "warmRam": {
      "enabled": true,
      "description": "Model stays warm in RAM (no cold starts)"
    },
    "qqmsThrottling": {
      "enabled": true,
      "description": "QQMS CPU-aware throttling with FIFO+ACK"
    },
    "efficientIO": {
      "enabled": true,
      "description": "select() I/O - no busy-waiting"
    },
    "adaptiveBatch": {
      "enabled": true,
      "description": "Adaptive batch sizing based on CPU/RAM"
    },
    "enabledAt": "2026-03-14T05:49:18.704Z"
  },
  "heavyOps": {
    "enabled": true,
    "enabledAt": "2026-03-14T05:49:18.704Z",
    "originalBatchSize": 16,
    "batchSizeMultiplier": 2,
    "throttleReduction": 0.2
  }
}