You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems we're currently unable to pass varnish_param correctly on RHL system.
Example:
varnish_param {'shm_reclen':
value => '4084',
notify => Exec['systemctl-daemon-reload'],
}
What's expected:
update DAEMON_OPTS in /etc/varnish/varnish.params and add a -p shm_reclen=4084 in the existing string.
For example: DAEMON_OPTS="-p shm_reclen=4084 -p vsl_reclen=4084"'
What it actually does:
creates a VARNISH_SHM_RECLEN=4084 line in /etc/varnish/varnish.params
Cheers,
C.
The text was updated successfully, but these errors were encountered:
Hello,
It seems we're currently unable to pass varnish_param correctly on RHL system.
Example:
What's expected:
update DAEMON_OPTS in
/etc/varnish/varnish.params
and add a-p shm_reclen=4084
in the existing string.For example:
DAEMON_OPTS="-p shm_reclen=4084 -p vsl_reclen=4084"'
What it actually does:
creates a VARNISH_SHM_RECLEN=4084 line in /etc/varnish/varnish.params
Cheers,
C.
The text was updated successfully, but these errors were encountered: