Tune Varnish Cache on RHEL 9
Systemd override (/etc/systemd/system/varnish.service.d/override.conf)
[Service]
ExecStart=
ExecStart=/usr/sbin/varnishd \
-a :80 -T localhost:6082 \
-f /etc/varnish/default.vcl \
-s malloc,2G \
-p thread_pools=2 \
-p thread_pool_min=200 \
-...