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
Affected Puppet, Ruby, OS and module versions/distributions
N/A
How to reproduce (e.g Puppet code you use)
I want to set the Varnsh transient memory setting, e.g. -s Transient=malloc,2G, but the module only supports setting storage (-s) settings for the Object Cache, not for Transient memory (short lived objects).
Affected Puppet, Ruby, OS and module versions/distributions
N/A
How to reproduce (e.g Puppet code you use)
I want to set the Varnsh transient memory setting, e.g.
-s Transient=malloc,2G
, but the module only supports setting storage (-s
) settings for the Object Cache, not for Transient memory (short lived objects).https://github.com/voxpupuli/puppet-varnish/blob/master/templates/varnish-conf.erb#L101-L108
What are you seeing
No support for setting the storage settings for transient memory.
What behaviour did you expect instead
Some way to define transient memory storage.
The text was updated successfully, but these errors were encountered: