I'm pretty new to tmux. Commands that I run in my ssh server give out pretty large outputs and I should be able to scroll/search the output. I've read some answers for increasing the scrollback buffer but the downside is it consumes huge RAM as said here. I'm looking for a solution that doesn't stress the RAM at the same time allowing me to search no matter the size of logs.
If I don't use tmux and do a plain ssh server
from my mac, I can easily browse the logs because there are no buffers involved. I want something like this.
Is this possible at all?