buffer to 512M
This commit is contained in:
@@ -68,7 +68,8 @@ static void do_extract(char *buf, int len) {
|
||||
}
|
||||
|
||||
static void do_dump(const char *arg) {
|
||||
static char variant_buf[500 * 1024 * 1024];
|
||||
//!todo
|
||||
static char variant_buf[512 * 1024 * 1024];
|
||||
int len;
|
||||
int ret = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user