copy: reduce memory

This commit is contained in:
Thomas Schoebel-Theuer 2012-12-14 15:16:29 +01:00 committed by Thomas Schoebel-Theuer
parent 0ef119edd1
commit e22c2f9aa2
1 changed files with 1 additions and 1 deletions

View File

@ -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,