set DIO_ALIGN_SIZE from 512 to 4096

This commit is contained in:
hiddenbomb
2022-01-04 11:39:41 +08:00
committed by LINxiansheng
parent 245b8b7abd
commit baa96708eb
4 changed files with 6 additions and 9 deletions

View File

@ -1874,7 +1874,7 @@ enum ObJITEnableMode {
#define DATABUFFER_SERIALIZE_INFO data_buffer_.get_data(), data_buffer_.get_capacity(), data_buffer_.get_position()
#define DIO_ALIGN_SIZE 512
#define DIO_ALIGN_SIZE 4096
#define DIO_READ_ALIGN_SIZE 4096
#define DIO_ALLOCATOR_CACHE_BLOCK_SIZE (OB_DEFAULT_MACRO_BLOCK_SIZE + DIO_READ_ALIGN_SIZE)
#define CORO_INIT_PRIORITY 120