buffer to 512M
This commit is contained in:
@@ -206,7 +206,7 @@ int monitor_init(void) {
|
||||
if (ret)
|
||||
return ret;
|
||||
//!todo
|
||||
ret = init_buffer(500 * 1024 * 1024); // 50M
|
||||
ret = init_buffer(512 * 1024 * 1024); // 512M
|
||||
if (ret)
|
||||
return -1;
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user