From 3d4692f47c713af180c807a5303d1afd13bf5fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20M=C3=B3ricz?= Date: Wed, 21 May 2025 17:50:26 +0200 Subject: [PATCH] Update SELF_HOST.md --- SELF_HOST.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SELF_HOST.md b/SELF_HOST.md index 60b70afa..a716688f 100644 --- a/SELF_HOST.md +++ b/SELF_HOST.md @@ -105,11 +105,11 @@ BULL_AUTH_KEY=CHANGEME # POSTHOG_HOST= ## === System Resource Configuration === -# Maximum CPU usage threshold (0.0-1.0). Server will reject new connections when CPU usage exceeds this value. +# Maximum CPU usage threshold (0.0-1.0). Worker will reject new jobs when CPU usage exceeds this value. # Default: 0.8 (80%) # MAX_CPU=0.8 -# Maximum RAM usage threshold (0.0-1.0). Server will reject new connections when memory usage exceeds this value. +# Maximum RAM usage threshold (0.0-1.0). Worker will reject new jobs when memory usage exceeds this value. # Default: 0.8 (80%) # MAX_RAM=0.8 ```