Skip to content

Commit f3962e5

Browse files
authored
Adding more information about configuration neo4j#539 (neo4j#547)
Cherry-picked from neo4j#539
1 parent abed6c2 commit f3962e5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

modules/ROOT/partials/neo4j-config/all-settings.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ If this is set to `false` (default), the search for group membership will be per
278278
|<<config_dbms.transaction.sampling.percentage,dbms.transaction.sampling.percentage>>|Transaction sampling percentage.
279279
|<<config_dbms.transaction.timeout,dbms.transaction.timeout>>|The maximum time interval of a transaction within which it should be completed.
280280
|<<config_dbms.transaction.tracing.level,dbms.transaction.tracing.level>>|Transaction creation tracing level.
281-
|<<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>|Specify if Neo4j should try to preallocate logical log file in advance.
281+
|<<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>|Specify if Neo4j should try to preallocate the logical log file in advance.
282+
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
282283
|<<config_dbms.tx_log.rotation.retention_policy,dbms.tx_log.rotation.retention_policy>>|Make Neo4j keep the logical transaction logs for being able to backup the database.
283284
|<<config_dbms.tx_log.rotation.size,dbms.tx_log.rotation.size>>|Specifies at which file size the logical log will auto-rotate.
284285
|<<config_dbms.tx_state.memory_allocation,dbms.tx_state.memory_allocation>>|Defines whether memory for transaction state should be allocated on- or off-heap.
@@ -624,7 +625,8 @@ If this is set to `false` (default), the search for group membership will be per
624625
* <<config_dbms.transaction.sampling.percentage,dbms.transaction.sampling.percentage>>: Transaction sampling percentage.
625626
* <<config_dbms.transaction.timeout,dbms.transaction.timeout>>: The maximum time interval of a transaction within which it should be completed.
626627
* <<config_dbms.transaction.tracing.level,dbms.transaction.tracing.level>>: Transaction creation tracing level.
627-
* <<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>: Specify if Neo4j should try to preallocate logical log file in advance.
628+
* <<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>: Specify if Neo4j should try to preallocate the logical log file in advance.
629+
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
628630
* <<config_dbms.tx_log.rotation.retention_policy,dbms.tx_log.rotation.retention_policy>>: Make Neo4j keep the logical transaction logs for being able to backup the database.
629631
* <<config_dbms.tx_log.rotation.size,dbms.tx_log.rotation.size>>: Specifies at which file size the logical log will auto-rotate.
630632
* <<config_dbms.tx_state.memory_allocation,dbms.tx_state.memory_allocation>>: Defines whether memory for transaction state should be allocated on- or off-heap.
@@ -3828,7 +3830,8 @@ m|DISABLED
38283830
[cols="<1s,<4"]
38293831
|===
38303832
|Description
3831-
a|Specify if Neo4j should try to preallocate logical log file in advance.
3833+
a|Specify if Neo4j should try to preallocate the logical log file in advance.
3834+
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
38323835
|Valid values
38333836
a|dbms.tx_log.preallocate, a boolean
38343837
|Dynamic a|true

0 commit comments

Comments
 (0)