re-re-re-...re-disable new buffer manager optimizations
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@1235 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
This commit is contained in:
parent
b9dd11a7e4
commit
0c5700257c
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ void logtable<TUPLE>::init_stasis() {
|
||||||
DataPage<datatuple>::register_stasis_page_impl();
|
DataPage<datatuple>::register_stasis_page_impl();
|
||||||
stasis_buffer_manager_size = 768 * 1024; // 4GB = 2^10 pages:
|
stasis_buffer_manager_size = 768 * 1024; // 4GB = 2^10 pages:
|
||||||
// XXX Workaround Stasis' (still broken) default concurrent buffer manager
|
// XXX Workaround Stasis' (still broken) default concurrent buffer manager
|
||||||
//stasis_buffer_manager_factory = stasis_buffer_manager_hash_factory;
|
stasis_buffer_manager_factory = stasis_buffer_manager_hash_factory;
|
||||||
stasis_buffer_manager_hint_writes_are_sequential = 1;
|
stasis_buffer_manager_hint_writes_are_sequential = 0;
|
||||||
Tinit();
|
Tinit();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue