mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Bump up buffer capacity to 2GB
This commit is contained in:
parent
0476e0aef3
commit
61f467499b
@ -14,7 +14,7 @@
|
|||||||
#include "nvim/vim.h"
|
#include "nvim/vim.h"
|
||||||
#include "nvim/memory.h"
|
#include "nvim/memory.h"
|
||||||
|
|
||||||
#define DEFAULT_MAXMEM 1024 * 1024 * 10
|
#define DEFAULT_MAXMEM 1024 * 1024 * 2000
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
Stream *stream;
|
Stream *stream;
|
||||||
|
Loading…
Reference in New Issue
Block a user