From cdb52f3a2e5ba8ed30176661cfd250e902769456 Mon Sep 17 00:00:00 2001 From: Charles Oliveira <18oliveira.charles@gmail.com> Date: Thu, 3 Sep 2020 16:07:29 -0300 Subject: [PATCH] qareports-web: use /dev/shm for gunicorn tmp-dir Ref: https://pythonspeed.com/articles/gunicorn-in-docker/ --- k8s/qareports-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/qareports-web.yml b/k8s/qareports-web.yml index d8c7de7..51b9e85 100644 --- a/k8s/qareports-web.yml +++ b/k8s/qareports-web.yml @@ -142,7 +142,7 @@ spec: imagePullPolicy: "Always" command: ["sh", "-c"] args: - - squad --timeout=60 --workers=8 --fast --log-level DEBUG + - squad --timeout=60 --workers=8 --fast --log-level DEBUG --worker-tmp-dir /dev/shm envFrom: - secretRef: