mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
Bump up buffer capacity to 2GB
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/memory.h"
|
||||
|
||||
#define DEFAULT_MAXMEM 1024 * 1024 * 10
|
||||
#define DEFAULT_MAXMEM 1024 * 1024 * 2000
|
||||
|
||||
typedef struct {
|
||||
Stream *stream;
|
||||
|
Reference in New Issue
Block a user