cloudron-setup: lower memory requirement further for lightsail

This commit is contained in:
Girish Ramakrishnan
2024-04-04 17:51:27 +02:00
parent 028b820d48
commit 0e23687c7f

View File

@@ -16,7 +16,7 @@ vergte() {
# change this to a hash when we make a upgrade release
readonly LOG_FILE="/var/log/cloudron-setup.log"
readonly MINIMUM_DISK_SIZE_GB="18" # this is the size of "/" and required to fit in docker images 18 is a safe bet for different reporting on 20GB min
readonly MINIMUM_MEMORY="949" # this is mostly reported for 1GB main memory (DO 957, EC2 949, Linode 989, Serverdiscounter.com 974)
readonly MINIMUM_MEMORY="941" # this is mostly reported for 1GB main memory (DO 957, EC2 949, Linode 989, Lightsail 941)
readonly curl="curl --fail --connect-timeout 20 --retry 10 --retry-delay 2 --max-time 2400"