> Is vim trying to buffer every line in a terminal window permanently ?
>
> What will happen if I monitor some server log by 'tail -f 'in a vim's
> terminal window for 7x24h ? (forget to exit vim, or alway let vim open
> for a long time).
>
> like apache accesslog.
>
> Will vim consume infinite memory to buffer all the accesslog ?
>
> All I care about is the latest 100-500 lines of the accesslog.
>
> Is there any option to set the terminal buffer size ?
>
> Can old lines get removed if max line number exceeds the terminal
> buffer size ?
Currently there is no limit. There was a todo item to add a maximum
scrollback size, but I can't find it now.
It's using memory, which is plenty these days. E.g., if you have
100'000 lines with 80 characters, that's about 100 Mbyte (attributes take
up most of the space).
--
hundred-and-one symptoms of being an internet addict:
75. You start wondering whether you could actually upgrade your brain
with a Pentium Pro microprocessor 80. The upgrade works just fine.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.