mars_copy: increase parallelism

This commit is contained in:
Thomas Schoebel-Theuer 2012-08-06 15:30:40 +02:00 committed by Thomas Schoebel-Theuer
parent c1417012cc
commit 43d650f1d8

View File

@ -12,7 +12,7 @@
//#define COPY_CHUNK (64 * 1024)
#define COPY_CHUNK (PAGE_SIZE)
#define MAX_COPY_PARA (4 * 1024 * 1024 / COPY_CHUNK)
#define MAX_COPY_PARA (32 * 1024 * 1024 / COPY_CHUNK)
enum {
COPY_STATE_START = 0,