Skip to content

Commit f8d6ce2

Browse files
committed
Update memory limit to 128MB in horizon configuration
1 parent 4169d72 commit f8d6ce2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/horizon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
'balance' => env('HORIZON_BALANCE', 'auto'),
187187
'maxTime' => 0,
188188
'maxJobs' => 0,
189-
'memory' => 64,
189+
'memory' => 128,
190190
'tries' => 1,
191191
'timeout' => 3560,
192192
'nice' => 0,

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -o pipefail # Cause a pipeline to return the status of the last command that
99
VERSION="1.3.4"
1010
DOCKER_VERSION="26.0"
1111

12-
CDN="https://cdn.coollabs.io/coolify-nightly"
12+
CDN="https://cdn.coollabs.io/coolify"
1313
OS_TYPE=$(grep -w "ID" /etc/os-release | cut -d "=" -f 2 | tr -d '"')
1414
ENV_FILE="/data/coolify/source/.env"
1515

scripts/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Do not modify this file. You will lose the ability to autoupdate!
33

44
VERSION="1.0.6"
5-
CDN="https://cdn.coollabs.io/coolify-nightly"
5+
CDN="https://cdn.coollabs.io/coolify"
66

77
curl -fsSL $CDN/docker-compose.yml -o /data/coolify/source/docker-compose.yml
88
curl -fsSL $CDN/docker-compose.prod.yml -o /data/coolify/source/docker-compose.prod.yml

0 commit comments

Comments
 (0)