From 1bfe67fdea299e61cf9b34a4b88b5532cb139043 Mon Sep 17 00:00:00 2001 From: olstjos <75325509+olstjos@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:38:10 -0500 Subject: [PATCH] Performance fixes, prevent errors that happen when memory buffer is full - Update supervisord.ini --- images/appsvc/conf/supervisord.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/appsvc/conf/supervisord.ini b/images/appsvc/conf/supervisord.ini index 045807a..eeb26bf 100644 --- a/images/appsvc/conf/supervisord.ini +++ b/images/appsvc/conf/supervisord.ini @@ -29,7 +29,7 @@ stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 [program:varnish] -command=varnishd -f /etc/varnish/default.vcl -p http_resp_hdr_len=64k +command=varnishd -f /etc/varnish/default.vcl -p thread_pool_min=50 -p thread_pool_max=200 -p thread_pool_timeout=120 -p http_req_hdr_len=32M -p http_resp_size=32M -p http_resp_hdr_len=32M -p workspace_backend=2M -p workspace_client=2M -p workspace_session=1M -s malloc,4096M stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr @@ -40,4 +40,4 @@ command=/usr/bin/redis-server /etc/redis.conf autostart=true autorestart=true stdout_logfile=/var/log/redis/stdout.log -stderr_logfile=/var/log/redis/stderr.log \ No newline at end of file +stderr_logfile=/var/log/redis/stderr.log