From dc8f6788e359746f7848f94793595b8ebb122b9b Mon Sep 17 00:00:00 2001 From: Jay Rogers Date: Mon, 29 Apr 2024 09:52:17 -0500 Subject: [PATCH] Fixed Unit Spare processes default --- .../docs/7.reference/1.environment-variable-specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/7.reference/1.environment-variable-specification.md b/docs/content/docs/7.reference/1.environment-variable-specification.md index 45db717e..84759a8b 100644 --- a/docs/content/docs/7.reference/1.environment-variable-specification.md +++ b/docs/content/docs/7.reference/1.environment-variable-specification.md @@ -70,5 +70,5 @@ We like to customize our images on a per app basis using environment variables. `UNIT_CONFIG_FILE`
*Default: "/etc/unit/config.d/config.json"*|Path to the Unit configuration file. One will be generated automatically by default. (Official Docs)| unit `UNIT_PROCCESSES_IDLE_TIMEOUT`
*Default: "30"*|The maximum time in seconds that an idle process will be kept alive. (Official Docs)| unit `UNIT_PROCCESSES_MAX`
*Default: "20"*|The maximum number of application processes that can be started. (Official Docs)| unit -`UNIT_PROCCESSES_SPARE`
*Default: "5"*|Minimum number of idle processes that Unit tries to maintain for an app. (Official Docs)| unit +`UNIT_PROCCESSES_SPARE`
*Default: "2"*|Minimum number of idle processes that Unit tries to maintain for an app. (Official Docs)| unit `UNIT_WEBROOT`
*Default: "/var/www/html/public"*|Base directory of the app’s file structure. All URI paths are relative to it. (Official Docs)| unit \ No newline at end of file