Hello Jamie, On Tue, Aug 16, 2005 at 04:59:03PM +1000, Jamie Wilkinson wrote:
> What does pmacctd do if plugin_pipe_size is set greater than {r,w}mem_max ?
>
> Does it silently round plugin_pipe_size down to the value of rmem_max, or
> does it just fail?
It silently rounds the plugin_pipe_size to the maximum value available.
The maximum is computed as max(rmem,wmem).
Cheers,
Paolo
