Skip to content

Commit 2565378

Browse files
authored
Increase self-hosted requirements to 32GB RAM (#14698)
Sentry self-hosted uses more than 28GB memory at the minimum right now, this PR increases memory requirements to 32GB memory, also mentioning 16GB memory + 16GB swap is fine.
1 parent 300d274 commit 2565378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

develop-docs/self-hosted/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ We require at least **Docker 19.03.6** and **Docker Compose 2.32.2**. It is reco
3131

3232
These are the minimum requirements:
3333
- 4 CPU Cores
34-
- 16 GB RAM
34+
- 16 GB RAM + 16 GB swap
3535
- 20 GB Free Disk Space
3636

37-
We also recommend using a swapfile whenever applicable.
37+
We recommend using 32 GB RAM, but it works with 16 GB RAM + 16 GB swap as well. You will not notice a downside if your 16 GB swap is on a high speed disk.
3838

3939
Depending on your traffic volume, you may want to increase your system specification to handle increased load. Although most of the times, this is not the case for self-hosted Sentry, since no matter how small or big the traffic is, you will most likely hover around the same used resources.
4040

0 commit comments

Comments
 (0)