From 416aa7c0d3d4547c0d2e497904f8681a29191b1c Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Wed, 2 May 2018 16:03:03 +0100 Subject: [PATCH] Reference startup writeup --- src/leveled_bookie.erl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/leveled_bookie.erl b/src/leveled_bookie.erl index 2726494..4999f88 100644 --- a/src/leveled_bookie.erl +++ b/src/leveled_bookie.erl @@ -199,6 +199,8 @@ book_start(RootPath, LedgerCacheSize, JournalSize, SyncStrategy) -> %% - compression_method %% - compression_point %% +%% For full description of options see ../docs/STARTUP_OPTIONS.md +%% %% Both of the first two options relate to compaction in the Journal. The %% retain_strategy determines if a skinny record of the object should be %% retained following compaction, and how that should be used when recovering