Saturday, July 30, 2011

Re: Vim buffer memory leak?

On 07/30/2011 02:42 AM, Liunx wrote:
> problem when i try to load large files, then when i unload
> these files with ":bd" or ":bunload", my vim never release the
> relative memory, i wondering why?

:bd and :bunload don't free all resources associated with the
file. You might try :bwipe instead to see if that helps.

-tim

--
You received this message from the "vim_use" 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

No comments: