[Click] how to improve queue capacity ??

Eddie Kohler kohler at icir.org
Tue Jul 22 15:54:32 EDT 2003


Hi Shilpi

The maximum queue capacity is in packets, not bytes, it's independent of
packet length. I don't know where you got "32000" from; Click Queues are
limited by available memory; you can set the CAPACITY argument to
4294967294 (packets). You cannot use disk space to increase Queue capacity,
everything is stored in memory (although at userlevel some stuff might get
swapped out to disk).

Eddie


More information about the click mailing list