change cache line size to 64

This commit is contained in:
Stanislaw Kaushanski 2024-07-11 14:03:58 +02:00
parent 149b3136d2
commit 9996fd4833
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public:
virtual ~wt_cache() = default;
unsigned size{4096};
unsigned line_sz{32};
unsigned line_sz{64};
unsigned ways{1};
uint64_t io_address{0xf0000000};
uint64_t io_addr_mask{0xf0000000};