@@ -48,11 +48,10 @@ Applies to Actors and Containers.
4848
4949| Use Case | Setup | Core Usage | Core-ms Used | Monthly Cost |
5050| ----------------------------------------| ------------------------------| ------------| --------------| --------------|
51- | 1M function calls @ 50ms | Stateless function, billed at 1/8th | 1/8 core | 1M × 50ms = 50M | $0.56 |
52- | Agents | 500 agents × 30min/day, light logic | 1/8 core | 27B → ÷8 = 3.375B | $37.76 |
53- | Compute-heavy container (10h) | Full CPU usage | 1 core | 36M | $0.40 |
54- | Storage-heavy application | 10GB stored data, 5M reads, 1M writes | - | 10GB × $0.20 + (5M-1M) × $0.20 + (1M-1M) × $1.00 | $2.00 | * /}
55-
51+ | 1M function calls @ 50ms | Stateless function | 1/64 core | 1M × 50ms = 50M → ÷64 = 0.78125M | $0.009 |
52+ | Agents (Actors) | 500 actors × 30min/day | 1/32 core | 500 × 1800s × 30 = 27B → ÷32 = 843.75M | $9.44 |
53+ | Compute-heavy container (10h) | Full CPU usage | 1 core | 10h = 36,000,000 | $0.40 |
54+ | Storage-heavy app | 10GB storage, 5M reads, 1M writes | - | 10GB × $0.20 = $2.00(5M–1M) reads = $0.80(1M–1M) writes = $0.00 | $2.80 |
5655
5756## Contact Sales
5857
@@ -69,5 +68,5 @@ Yes, you can change your plan at any time. Changes take effect at the start of y
6968### Do you offer volume discounts?
7069Yes, we offer volume discounts for larger deployments. Contact our sales team for more information.
7170
72- ### What is the minimum compute allocation?
73- You can allocate as little as 1/8th of a CPU core.
71+ ### What is the minimum compute allocation for containers ?
72+ You can allocate as little as 1/8th of a CPU core for containers .
0 commit comments