mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 16:36:30 +00:00
Bump up buffer capacity to 2GB
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user