Bump up buffer capacity to 2GB

This commit is contained in:
KillTheMule 2018-01-28 14:41:32 +01:00
parent 0476e0aef3
commit 61f467499b

View File

@ -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;