|
|
|
@ -21,7 +21,7 @@ |
|
|
|
|
// Memory alignment for direct I/O (usually 512 bytes)
|
|
|
|
|
// All other alignments must be a multiple of this one
|
|
|
|
|
#ifndef MEM_ALIGNMENT |
|
|
|
|
#define MEM_ALIGNMENT 512 |
|
|
|
|
#define MEM_ALIGNMENT 4096 |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
// Default block size is 128 KB, current allowed range is 4K - 128M
|
|
|
|
|