diff --git a/develop-docs/self-hosted/index.mdx b/develop-docs/self-hosted/index.mdx index 0a5e8a271b402..8f0baac5f3bf9 100644 --- a/develop-docs/self-hosted/index.mdx +++ b/develop-docs/self-hosted/index.mdx @@ -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.