brbzull0 commented on PR #9970: URL: https://github.com/apache/trafficserver/pull/9970#issuecomment-1635808575
> Can we make it so we stream buffers instead of creating one huge buffer? @bryancall Yes, I don't like that either, this code is tight with `FixedBufferWriter` which seems it does not support linked buffers unfortunally, I know Alan may be doing something about this at some point. Refactoring this client may take another effort(which I am willing to take), the thing is in the meantime if you have a large amount of metrics(as Leif have) `traffic_ctl` will error out. This allocation is only done in `traffic_ctl` and `traffic_top` and not in `traffic_server` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
