diff --git a/mars_copy.h b/mars_copy.h index ecf4ee74..f7d2c0cc 100644 --- a/mars_copy.h +++ b/mars_copy.h @@ -12,7 +12,7 @@ //#define COPY_CHUNK (64 * 1024) #define COPY_CHUNK (PAGE_SIZE) -#define MAX_COPY_PARA (32 * 1024 * 1024 / COPY_CHUNK) +#define MAX_COPY_PARA (16 * 1024 * 1024 / COPY_CHUNK) enum { COPY_STATE_START = 0,