Docker Container Resource Calculator
Calculate recommended CPU and memory requests and limits for Docker containers and Kubernetes pods. Pick a workload preset or enter custom values, cap them to your host capacity, and copy a ready docker run command and Kubernetes resources block.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Workload Type
web-server, background-worker, database, cache, ml-inference, custom Host CPU (cores)
1 <= x <= 512Host RAM (GB)
0.5 <= x <= 4096Number of Containers
1 <= x <= 100CPU Request (cores)
0.01 <= x <= 512CPU Limit (cores)
0.01 <= x <= 512Memory Request (MB)
1 <= x <= 4194304Memory Limit (MB)
1 <= x <= 4194304Response
Tool output
The tool's slug, echoing the {slug} in the request path.
Output-contract version for this tool.
Credits this call consumed, after any settlement refund. 0 when metering is disabled.
Credits left in the current monthly allowance, or null when metering is disabled.
Correlation id, also sent as x-request-id.