Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/option/vim/mod.ts>maxmem

📚 Standard module for denops.vim
Go to Latest
variable maxmem
import { maxmem } from "https://deno.land/x/denops_std@v3.8.1/option/vim/mod.ts";

Maximum amount of memory (in Kbyte) to use for one buffer. When this limit is reached allocating extra memory for a buffer will cause other memory to be freed. The maximum usable value is about 2000000. Use this to work without a limit. The value is ignored when 'swapfile' is off. Also see 'maxmemtot'.