Test logging of samples
To prompt the log the journal size needs to be reduced
This commit is contained in:
parent
de60a55be2
commit
faa5ef82aa
2 changed files with 4 additions and 4 deletions
|
@ -330,7 +330,7 @@
|
|||
{info, "Handled return and write of hashtable"}},
|
||||
{"CDB19",
|
||||
{info, "Sample timings in microseconds for sample_count=~w "
|
||||
++ "totals of cycle_count=~w "
|
||||
++ "with totals of cycle_count=~w "
|
||||
++ "fetch_time=~w index_time=~w"}}
|
||||
]).
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ many_put_fetch_head(_Config) ->
|
|||
testutil:check_forobject(Bookie1, TestObject),
|
||||
ok = leveled_bookie:book_close(Bookie1),
|
||||
StartOpts2 = [{root_path, RootPath},
|
||||
{max_journalsize, 500000000},
|
||||
{max_journalsize, 50000000},
|
||||
{max_pencillercachesize, 32000},
|
||||
{sync_strategy, testutil:sync_strategy()},
|
||||
{compression_point, on_receipt}],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue