diff --git a/src/langsmith/self-host-scale.mdx b/src/langsmith/self-host-scale.mdx index a2e3ac1f22..f2afb9a444 100644 --- a/src/langsmith/self-host-scale.mdx +++ b/src/langsmith/self-host-scale.mdx @@ -15,10 +15,10 @@ The table below provides an overview comparing different LangSmith configuration | :--- | :--- | :--- | :--- | :--- | :--- | | Concurrent frontend users | 5 | 5 | 50 | 20 | 50 | | Traces submitted per second | 10 | 1000 | 10 | 100 | 1000 | -| **Frontend replicas** | 1 (default) | 4 | 2 | 2 | 4 | -| **Platform backend replicas** | 3 (default) | 20 | 3 (default) | 3 (default) | 20 | -| **Queue replicas** | 3 (default) | 160 | 6 | 10 | 160 | -| **Backend replicas** | 2 (default) | 5 | 40 | 16 | 50 | +| **Frontend replicas**
(500m CPU, 1Gi per replica) | 1 (default) | 4 | 2 | 2 | 4 | +| **Platform backend replicas**
(1 CPU, 2Gi per replica) | 3 (default) | 20 | 3 (default) | 3 (default) | 20 | +| **Queue replicas**
(1 CPU, 2Gi per replica) | 3 (default) | 160 | 6 | 10 | 160 | +| **Backend replicas**
(1 CPU, 2Gi per replica) | 2 (default) | 5 | 40 | 16 | 50 | | **Redis resources** | 8 Gi (default) | 200 Gi external | 8 Gi (default) | 13Gi external | 200 Gi external | | **ClickHouse resources** | 4 CPU
16 Gi (default) | 10 CPU
32Gi memory | 8 CPU
16 Gi per replica | 16 CPU
24Gi memory | 14 CPU
24 Gi per replica | | **ClickHouse setup** | Single instance | Single instance | 3-node replicated cluster | Single instance | 3-node replicated cluster |