perf tuning to reproduce numbers for OSDI.
This commit is contained in:
parent
7bc60c3ac4
commit
3bd79f4e24
1 changed files with 4 additions and 2 deletions
|
@ -80,11 +80,11 @@ terms specified in this license.
|
|||
|
||||
#define PAGE_SIZE 4096
|
||||
|
||||
#define MAX_BUFFER_SIZE 100003
|
||||
//#define MAX_BUFFER_SIZE 100003
|
||||
/*#define MAX_BUFFER_SIZE 20029 */
|
||||
//#define MAX_BUFFER_SIZE 10007
|
||||
//#define MAX_BUFFER_SIZE 5003
|
||||
//#define MAX_BUFFER_SIZE 2003
|
||||
#define MAX_BUFFER_SIZE 2003
|
||||
/* #define MAX_BUFFER_SIZE 71 */
|
||||
/*#define MAX_BUFFER_SIZE 7 */
|
||||
|
||||
|
@ -134,6 +134,8 @@ terms specified in this license.
|
|||
|
||||
#define OPERATION_ALLOC_BOUNDARY_TAG 35
|
||||
|
||||
#define OPERATION_FIXED_PAGE_ALLOC 36
|
||||
|
||||
// these operations are specific to OASYS
|
||||
#define OPERATION_OASYS_DIFF_DO 75
|
||||
#define OPERATION_OASYS_DIFF_REDO 76
|
||||
|
|
Loading…
Reference in a new issue