Update memory limit to 128MB in horizon configuration

This commit is contained in:
Andras Bacsai 2024-09-02 10:22:10 +02:00
parent 4169d727fd
commit f8d6ce2730
3 changed files with 3 additions and 3 deletions

View File

@ -186,7 +186,7 @@
'balance' => env('HORIZON_BALANCE', 'auto'), 'balance' => env('HORIZON_BALANCE', 'auto'),
'maxTime' => 0, 'maxTime' => 0,
'maxJobs' => 0, 'maxJobs' => 0,
'memory' => 64, 'memory' => 128,
'tries' => 1, 'tries' => 1,
'timeout' => 3560, 'timeout' => 3560,
'nice' => 0, 'nice' => 0,

View File

@ -9,7 +9,7 @@ set -o pipefail # Cause a pipeline to return the status of the last command that
VERSION="1.3.4" VERSION="1.3.4"
DOCKER_VERSION="26.0" DOCKER_VERSION="26.0"
CDN="https://cdn.coollabs.io/coolify-nightly" CDN="https://cdn.coollabs.io/coolify"
OS_TYPE=$(grep -w "ID" /etc/os-release | cut -d "=" -f 2 | tr -d '"') OS_TYPE=$(grep -w "ID" /etc/os-release | cut -d "=" -f 2 | tr -d '"')
ENV_FILE="/data/coolify/source/.env" ENV_FILE="/data/coolify/source/.env"

View File

@ -2,7 +2,7 @@
## Do not modify this file. You will lose the ability to autoupdate! ## Do not modify this file. You will lose the ability to autoupdate!
VERSION="1.0.6" VERSION="1.0.6"
CDN="https://cdn.coollabs.io/coolify-nightly" CDN="https://cdn.coollabs.io/coolify"
curl -fsSL $CDN/docker-compose.yml -o /data/coolify/source/docker-compose.yml curl -fsSL $CDN/docker-compose.yml -o /data/coolify/source/docker-compose.yml
curl -fsSL $CDN/docker-compose.prod.yml -o /data/coolify/source/docker-compose.prod.yml curl -fsSL $CDN/docker-compose.prod.yml -o /data/coolify/source/docker-compose.prod.yml