Reference startup writeup

This commit is contained in:
Martin Sumner 2018-05-02 16:03:03 +01:00
parent 1ed37a8ab0
commit 416aa7c0d3

View file

@ -199,6 +199,8 @@ book_start(RootPath, LedgerCacheSize, JournalSize, SyncStrategy) ->
%% - compression_method %% - compression_method
%% - compression_point %% - 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 %% 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 %% retain_strategy determines if a skinny record of the object should be
%% retained following compaction, and how that should be used when recovering %% retained following compaction, and how that should be used when recovering