Skip to content
This repository was archived by the owner on Aug 25, 2026. It is now read-only.

Add environment variables to specify gunicorn workers and threads - #352

Merged
mrmn2 merged 1 commit into
masterfrom
gunicorn_config_env_variables
Aug 20, 2026
Merged

Add environment variables to specify gunicorn workers and threads#352
mrmn2 merged 1 commit into
masterfrom
gunicorn_config_env_variables

Conversation

@mrmn2

@mrmn2 mrmn2 commented Aug 20, 2026

Copy link
Copy Markdown
Owner

The default configuration now uses a single Gthread worker with three threads. By using this setup the idle memory consumption is reduced by almost 60% to around 89 MB. Previously, Gunicorn's sync worker was used.

The default configuration now uses a single Gthread worker with three threads.
By using this setup the idle memory consumption is reduced by almost 60%
to around 89 MB. Previously, Gunicorn's sync worker was used.
@mrmn2
mrmn2 merged commit c647539 into master Aug 20, 2026
5 of 8 checks passed
@mrmn2
mrmn2 deleted the gunicorn_config_env_variables branch August 20, 2026 00:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant