Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
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.9.0/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'.