mirror of
https://github.com/getsentry/self-hosted.git
synced 2026-02-01 16:32:44 +00:00
Change MIN_RAM_HARD from 4000 to 3800 (#840)
On machines with 4gb the available memory is often a little bit lower than 4000
This commit is contained in:
parent
54a20969a6
commit
2da7e84024
@ -25,7 +25,7 @@ source ./install/docker-aliases.sh
|
||||
|
||||
MIN_DOCKER_VERSION='19.03.6'
|
||||
MIN_COMPOSE_VERSION='1.24.1'
|
||||
MIN_RAM_HARD=4000 # MB
|
||||
MIN_RAM_HARD=3800 # MB
|
||||
MIN_RAM_SOFT=8000 # MB
|
||||
|
||||
# Increase the default 10 second SIGTERM timeout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user