mirror of
https://github.com/schoebel/mars
synced 2025-03-31 07:46:57 +00:00
mars_copy: increase parallelism
This commit is contained in:
parent
c1417012cc
commit
43d650f1d8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user