Skip to content

Commit

Permalink
self-hosted: minimum system requirements (#11135)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarli authored Aug 29, 2024
1 parent 23bd20a commit b8432f0
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions develop-docs/self-hosted/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,14 @@ git checkout ${VERSION}
sudo ./install.sh
```

## Recommended system resource
## Required Minimum System Resources

Depending on your usage, required system resource to run Sentry may varies. Minimum system specification for running Sentry looks like this:
We require at least Docker 19.03.6 and Compose 2.19.0.

- 2 CPU cores
- 4 GB RAM

Having a machine that have lower system specification than that will fail the installation script.

Current recommended system specification for running Sentry is:

- 4 CPU cores
These are the minimum requirements:
- 4 CPU Cores
- 16 GB RAM
- 20 GB free disk storage space
- 20 GB Free Disk Space

Depending on your traffic volume, you may want to increase your system specification to handle increased load. If increasing the disk storage space isn't possible, you can migrate your storage to use external storage such as AWS S3 or Google Cloud Storage (GCS). Decreasing your `SENTRY_RETENTION_DAYS` environment variable to lower numbers will save some storage space from being full, at the cost of having shorter data retention period.

Expand Down

0 comments on commit b8432f0

Please sign in to comment.