docs consolidation work

This commit is contained in:
StellaOps Bot
2025-12-25 18:48:11 +02:00
parent 2a06f780cf
commit 0103defcff
114 changed files with 4143 additions and 2395 deletions

View File

@@ -21,7 +21,7 @@ Reachability Drift Detection compares call graph reachability between two scans
| CPU | 4 cores | 8 cores | Call graph extraction is CPU heavy. |
| Memory | 4 GB | 8 GB | Large graphs need more memory. |
| PostgreSQL | 16+ | 16+ | Required for call graph + drift tables. |
| Valkey/Redis | 7.0+ | 7.0+ | Optional call graph cache. |
| Valkey | 8.0+ | 8.0+ | Redis-compatible cache; optional call graph cache. |
| .NET Runtime | 10.0 | 10.0 | Scanner WebService runtime. |
### 2.2 Required Services