Skip to content

Commit

Permalink
docs: Add resource allocation (#2511)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Nov 22, 2024
1 parent 93b8525 commit 0d0665a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/docs/concepts/langgraph_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ A **deployment** is an instance of a LangGraph API. A single deployment can have

See the [how-to guide](../cloud/deployment/cloud.md#create-new-deployment) for creating a new deployment.

## Resource Allocation

| **Deployment Type** | **CPU** | **Memory** | **Scaling** |
|---------------------|---------|------------|---------------------|
| Development | 1 CPU | 1 GB | Up to 1 container |
| Production | 1 CPU | 2 GB | Up to 10 containers |

## Revision

A revision is an iteration of a [deployment](#deployment). When a new deployment is created, an initial revision is automatically created. To deploy new code changes or update environment variable configurations for a deployment, a new revision must be created. When a revision is created, a new container image is built automatically.
Expand All @@ -33,6 +40,7 @@ A high-level diagram of a Cloud SaaS deployment.

![diagram](img/langgraph_cloud_architecture.png)


## Related

- [Deployment Options](./deployment_options.md)

0 comments on commit 0d0665a

Please sign in to comment.