Block size set to 1MiB
This commit is contained in:
parent
824f975510
commit
19bf88b2e6
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef BLOCKSIZE
|
||||
#define BLOCKSIZE (4 * 1024 * 1024)
|
||||
#define BLOCKSIZE (1024 * 1024)
|
||||
#endif
|
||||
|
||||
#define BYTES_TO_MIB(bts) ((double)bts / (1024 * 1024))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue