mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
8 lines
208 B
Bash
8 lines
208 B
Bash
# Don't forget to update the README and othes docs when you change these!
|
|
MIN_DOCKER_VERSION='19.03.6'
|
|
MIN_COMPOSE_VERSION='1.28.0'
|
|
MIN_RAM_HARD=3800 # MB
|
|
MIN_RAM_SOFT=7800 # MB
|
|
MIN_CPU_HARD=2
|
|
MIN_CPU_SOFT=4
|