mirror of https://gitee.com/bigwinds/arangodb
12 lines
471 B
Markdown
12 lines
471 B
Markdown
////////////////////////////////////////////////////////////////////////////////
|
|
/// @startDocuBlock databaseMaximalJournalSize
|
|
///
|
|
/// `--database.maximal-journal-size size`
|
|
///
|
|
/// Maximal size of journal in bytes. Can be overwritten when creating a new
|
|
/// collection. Note that this also limits the maximal size of a single
|
|
/// document.
|
|
///
|
|
/// The default is *32MB*.
|
|
/// @endDocuBlock
|
|
//////////////////////////////////////////////////////////////////////////////// |